Documentation

Authenticate with a scoped key and call the API over HTTPS.

curl -H "Authorization: Bearer $TOKEN" \
     https://api.example.internal/v1/projects

API reference

MethodPathDescription
GET/v1/projectsList projects visible to the key
POST/v1/projectsCreate 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.