API keys give scripts and bots programmatic access to your Meldry server, scoped to your account.
ci-deploy-bot).You can create up to 5 API keys per hour (rate limited to prevent abuse).
Send the key as a Bearer token on the Authorization header:
curl -H "Authorization: Bearer <your-api-key>" \ https://your-server.meldry.com/api/me
Most tenant API endpoints accept either an API key or a session token.
In Settings → API Keys, click the delete icon next to any key. Revocation is immediate — any subsequent request using that key will fail with 401.