# Basic Integration

This section contains onboarding, authentication, webhook, and quick-start integration docs.

## Integration Flow

- [Guide](/en/api/guide)
- [Get Base URL and API Key](/en/api/base-url-api-key)
- [Webhook Parameter Notes](/en/api/webhook)
- [Generate Integration Code with AI](/en/api/ai-codegen)
- [All OpenAI-format LLM Models Support the Official Claude Format](/en/api/doc-7327090)

## Recommended Reading Order

1. Start with [Guide](/en/api/guide) to understand the overall integration model.
2. Then read [Get Base URL and API Key](/en/api/base-url-api-key) to complete authentication.
3. If you need notifications, continue with [Webhook Parameter Notes](/en/api/webhook).
4. If you want generated example code quickly, use [Generate Integration Code with AI](/en/api/ai-codegen).
5. If your SDK or business code uses Anthropic Messages payloads, read [Claude Official Format](/en/api/doc-7327090).
