Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List API keys for the current company (key values are never returned).
cURL
curl --request GET \ --url https://api.usenaive.ai/v1/auth/keys \ --header 'Authorization: Bearer <token>'
{ "keys": [ { "id": "<string>", "name": "<string>", "last_4": "<string>", "created_at": "2023-11-07T05:31:56Z", "last_used_at": "2023-11-07T05:31:56Z", "revoked": true } ] }
Workspace API key. Create one via the dashboard or POST /v1/auth/keys.
POST /v1/auth/keys
OK.
Show child attributes