API overview¶
The Electric Sheep API is REST + JSON, served from https://app.hireelectricsheep.com/api/v1/.
- Auth: OAuth2/OIDC via Keycloak, or long-lived API keys (per-tenant, per-user).
- Format: JSON. All timestamps are ISO 8601 UTC.
- Pagination: cursor-based, via
?cursor=andLink:headers. - Rate limits: per plan — see Authentication.
See the full endpoint reference, rendered from the OpenAPI
schema. The raw schema is also published at
https://app.hireelectricsheep.com/api/v1/openapi.json.