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:

  1. Log in to the Archestra Admin UI (default: http://localhost:3000)
  2. Navigate to SettingsAccount
  3. In the API Keys section, click Create API Key
  4. 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...