Profile Endpoints
| Method | Endpoint | Auth | Purpose |
|---|
GET | /api/agents/v1/me | Bearer token | Get account profile, preferences, and wallet summary |
PATCH | /api/agents/v1/me | Bearer token | Update profile fields |
PATCH | /api/agents/v1/me/preferences | Bearer token | Update preference fields |
Update profile example
Update preferences example
API Key Endpoints
| Method | Endpoint | Auth | Purpose |
|---|
GET | /api/agents/v1/api-keys | Bearer token | List API keys |
POST | /api/agents/v1/api-keys | Bearer token | Create API key |
GET | /api/agents/v1/api-keys/{id} | Bearer token | Get API key details |
PUT | /api/agents/v1/api-keys/{id} | Bearer token | Update API key metadata |
DELETE | /api/agents/v1/api-keys/{id} | Bearer token | Delete API key |
Create API key example
Use API key for generation APIs
Generation endpoints still use API key flow. Example: /api/v6/images/text2img with key in payload.