Skip to main content
Management API keys are elevated credentials for administration APIs. Create and manage management API keys in the Phaseo dashboard only.

Authentication

Management API requests authenticate with a management API key:
Authorization: Bearer phaseo_v1_sk_<kid>_<secret>
Base URL:
https://api.phaseo.ai/v1

What they are for

  • Credits and balance access
  • Activity and reporting access
  • Elevated key-management actions
  • Elevated workspace-management actions
  • Guardrails APIs when they ship

How to get one

Create the key in the Phaseo dashboard under management key settings, then store it in your server-side secret manager.

Notes

  • Management API keys cannot be created, listed, updated, or deleted through the public API.
  • Do not use management API keys for normal inference traffic.
  • Keep management keys server-side only.
Last modified on July 9, 2026