API Reference
1 min read
Explore the Archestra Platform API using the interactive documentation below. You can view all available endpoints, request/response schemas, and try out API calls directly.
Authentication
To authenticate with the Archestra Platform API, you'll need an API key:
- Log in to the Archestra Admin UI (default: http://localhost:3000)
- Navigate to Settings → Account
- In the API Keys section, click Create API Key
- Copy the generated key — it will only be shown once
Include the API key in your requests using the Authorization header:
curl -H "Authorization: Bearer YOUR_API_KEY" \
http://localhost:9000/api/agents
Loading API documentation...