Base path:Documentation Index
Fetch the complete documentation index at: https://docs.simultaneous.live/llms.txt
Use this file to discover all available pages before exploring further.
/v1/api-keys
All endpoints require Authorization: Bearer <access_token>.
POST /
Create a key for the current user. RequestGET /
List keys (without secret). Response:[{ id, name, key_prefix, created_at, expires_at, last_used_at }]
