Rose Rocket Authentication
Rose Rocket authenticates every Platform API request with an OAuth 2.0 bearer access token issued by a.roserocket.com, an Auth0-hosted authorization server that publishes a full OIDC discovery document. Two documented paths exist: the authorization-code flow for applications acting on behalf of an end user, and a client-credentials "service account" flow for machine-to-machine access. NOTE THE GAP: the published OpenAPI (openapi/rose-rocket-platform-model-api.json) declares NO components.securitySchemes and NO security requirement on any of its 19 operations. The auth model below is real but lives only in prose — a client generated from the spec alone would emit unauthenticated requests. The overlay in overlays/ records this as our enhancement without mutating the original.
Rose Rocket declares 2 security scheme(s) across its OpenAPI definitions.
Security Schemes
Source
Authentication Profile
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.