Authentication
Create a key in workspace Settings → API Keys (it’s shown once — store it safely; you can set an expiration). Keys are workspace-scoped and start withtwill_.
Basics
- Base URL:
https://twill.ai/api/v1 - Rate limits: 100 requests/minute, 1000/hour per key
- Errors: JSON envelope
{ "error": { "code", "message", "details?" } } - Pagination: list endpoints take
limitandcursor, and returnnextCursorwhile older entries exist
Quick example
Endpoint reference
Interactive playground with request/response schemas for every endpoint.