All API requests must include your API key in theDocumentation Index
Fetch the complete documentation index at: https://docs.triplesession.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header as a Bearer token.
Get your API key
Your API key and workspace ID are both available in Settings → API.Copy your Workspace ID
Your workspace ID (a UUID) appears at the top. You’ll need it in every request URL.
Making a request
Every request combines your workspace ID in the URL and your API key in the header:YOUR_WORKSPACE_ID with the UUID from Settings and YOUR_API_KEY with your key.
Errors and limits
The API returns standard HTTP status codes:| Code | Meaning |
|---|---|
200 | Request succeeded |
401 | Missing or invalid API key |
403 | API key does not have access to this resource |
404 | Resource not found |
429 | Rate limit exceeded — slow down and retry |
500 | Server error — retry with exponential backoff |
401, verify that your Authorization header is formatted correctly and that the API key has not been regenerated since you last copied it.
