The Config Manager API enables service providers and self-hosted EnSync users to programmatically manage their EnSync configuration.Documentation Index
Fetch the complete documentation index at: https://docs.ensync.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Use Cases
- Automation: Script workspace, event, and access key creation
- CI/CD Integration: Configure EnSync as part of deployment pipelines
- Self-Hosted Management: Manage your own EnSync instance programmatically
- Multi-Environment Setup: Replicate configurations across dev/staging/production
Authentication
All API endpoints require authentication using an ACCOUNT type access key in theX-API-KEY header. ACCOUNT keys are used for administrative purposes to manage your EnSync configuration.
Base URL
API Resources
- Access Keys: Manage authentication keys and permissions
- SERVICE keys: Connect to the EnSync broker (apps in EnSync Dashboard)
- ACCOUNT keys: Administrative access to this Config Manager API
- Event Definitions: Define and update event schemas
- Workspaces: Organize resources in hierarchical workspaces
- Service Key Pairs: Manage encryption key pairs for SERVICE access keys
OpenAPI Specification
The full OpenAPI specification is available for download:Download OpenAPI Spec
Use with Postman, Insomnia, or other API clients