Documentation
API
Use the workspace-scoped REST API to read and automate Mydle resources. The OpenAPI 3.1 document is generated from the same server contract.
OpenAPI reference
The machine-readable OpenAPI 3.1 document is available at /api/v1/openapi.
Import that URL into Swagger UI, Bruno, Postman, Insomnia, or your preferred OpenAPI client generator.
Authentication
Send a workspace API key as a Bearer token. Create and revoke keys from Settings → API Keys.
Authorization: Bearer mydle_…Request safety
Requests are workspace-scoped and rate-limited. Use idempotency where an endpoint documents it, and never expose API keys in browser code.
No key in public docs
This page never embeds a credential or executes authenticated requests. Use the OpenAPI document in a trusted local API client.