Set Up Guide
Everything you need to go from a new API key to a successful first request.
Integration Flow
- 1
Step 01 | Credential Preparation
Go to API Keys to create a key and securely store the full key string.
- 2
Step 02 | Base Configuration
Replace your client Base URL with https://gateway.arkagentic.com/v1 (OpenAI SDK compatible).
- 3
Step 03 | Model Selection
Go to Model Hub and choose the required model ID for your request body.
- 4
Step 04 | Call Verification
Go to Prepaid Top-up to ensure available balance, then run the code sample below.