Documentation
Authenticate with a scoped key and call the API over HTTPS.
curl -H "Authorization: Bearer $TOKEN" \
https://api.example.internal/v1/projectsAPI reference
| Method | Path | Description |
|---|---|---|
| GET | /v1/projects | List projects visible to the key |
| POST | /v1/projects | Create a project |
| DELETE | /v1/projects/{id} | Archive a project |
Rate limits
600 requests per minute per key. Bursts are queued briefly before a 429 is returned.