Credits & Billing
AI generation endpoints consume neural credits. Your balance is returned in every /suggest response as credits_remaining. Each API key has a configurable daily credit limit (default 100) to prevent accidental overuse.
| Endpoint | Credits |
|---|---|
| POST /v1/suggest | 1 credit |
| POST /v1/replies/:id/send | metered* |
| All other endpoints | 0 credits |
* Governance-only sends — an external agent supplying its own reply body via POST /v1/replies/:id/send — are metered; pricing will be finalized during the partner pilot. The full pipeline (Corty generates the suggestion via /v1/suggest) still costs 1 credit.