API Reference
Conto publishes its REST API reference from the same OpenAPI surface used by the in-app Swagger viewer.Primary References
| Resource | URL | Best for |
|---|---|---|
| Interactive API docs | https://conto.finance/api-docs | Browsing endpoints and trying requests in Swagger UI |
| OpenAPI JSON | https://conto.finance/api/openapi | Code generation, schema validation, and internal tooling |
| SDK guides | /sdk/installation | Agent-facing integration patterns and examples |
| Admin SDK guide | /sdk/admin | Organization-level automation with ContoAdmin |
Authentication
- Use SDK keys (
conto_agent_...) for/api/sdk/*agent endpoints. - Use organization API keys (
conto_...) for org-level provisioning and management endpoints. - See /sdk/authentication for the key matrix and scope model.