API Reference
The Elacity API lets you manage registries, agents, environments, deployments, and more from your own tooling, CI/CD pipelines, or custom integrations.
Base URL
All API endpoints are available at:
Authentication
Authenticate requests by passing your API key in the X-API-Key header:
API keys are scoped to your organization. To create one, see API Keys.
Public prompt registries can be accessed without authentication. Private registries require a valid API key belonging to the same organization.
Request Format
Most endpoints accept POST requests with a JSON body:
Error Handling
The API returns standard HTTP status codes:
Error responses include a message field describing the issue.
Available Resources
Publish, list, and retrieve versioned prompt artifacts from registries.
Create, configure, and deploy AI agents with provider settings and tool references.
Manage deployment environments, provider credentials, and secrets.
View deployment history, status, and heatmaps across your infrastructure.
Group and manage agent configurations across environments.
Configure connections to OpenAI, Anthropic, Google, OpenRouter, and custom providers.
Getting Started
If you haven’t set up API access yet:
- Create an account on the Elacity platform
- Generate an API key from your account settings
- Explore the endpoints in the sidebar to start building
