API Overview¶
Kiket exposes a REST API for automating workflows, integrating external systems, and building extensions. All endpoints require authentication and respect organization/project scoping.
- REST API – Standard CRUD endpoints for projects, issues, boards, and workflows.
- Authentication – OAuth, personal access tokens, and extension API keys.
- Webhooks – Events delivered when workflows, issues, or analytics change.
- Rate Limits – Understand request quotas and throttling behaviour.
- Discovery Search – Token-authenticated semantic search and intent parsing endpoints.
- SDKs – Language-specific clients.
- Interactive API Explorer – Live Swagger UI backed by the production service.
Use API requests responsibly: production rate limits share capacity across all tokens within your organization. Extensions can check their remaining budget at any time via GET /api/v1/ext/rate_limit.