Developer Portal

Scoped API onboarding for federated applications.

Provision an application-scoped API key, keep the consumer constrained to its federated application, and hand over a Postman collection with the credential already injected. This keeps the delivery flow aligned with the granular model already enforced by runtime scope.

Download OpenAPI YAML Download OpenAPI JSON
Natural flow: define the federated application, issue an API key scoped to that application, and deliver a consumer-ready collection. Provisioning requires an operator key with api_clients.write. Consumption later only needs the issued scoped key.
Scope model Application-scoped access

The generated client is persisted with scope.applications and inherits only the permissions from the selected operational profile.

Delivery kit API key + collection

The collection download can be produced with apiKey and baseUrl already populated for the specific consumer.

Reference contract

OpenAPI served by the running backend