Skip to content

Overview

The ReflexDB control plane API manages database registrations, instance provisioning, billing, and access control.

Authentication: Provide a Bearer token in the Authorization header. Accepted token types:

  • Cognito JWT (eyJ...) — issued by the dashboard login flow
  • Management API key (rmk_<id>.<secret>) — created via POST /v1/account/management-keys

Admin routes (/v1/admin/...) require the reflexdb-admins Cognito group.

Information

  • OpenAPI version: 3.0.3

Cognito JWT (eyJ...) or management API key (rmk_<id>.<secret>)

Security scheme type: http