Authentication
The API accepts an organization-scoped API key as a bearer token:
Create keys in Settings → API keys. The secret is shown once, at creation: Taktoria stores only a SHA-256 hash of it, so a lost key must be rotated rather than recovered.
Scopes
A key carries a list of scopes. * grants everything; launches:* grants every
launches action.
Subscriptions
App endpoints also require the organization to hold an active subscription for
that app. Without one you get 402 subscription_required.