Admin Keys

Manage the entire project via the SDK — agents, keys, settings, and usage are all exposed through the Admin API; this console is just an optional UI.
NameTokenCreatedLast used
CI / 基础设施自动化pchy_admin_••••••••7b3d2026-06-18
Demo data — sign in to create real keys.
Example — update an agent's persona config from your backend
PATCH /v1/admin/agents/<agentId> Authorization: Bearer pchy_admin_… { "name": "Mia", "systemPrompt": "…" }

Demo mode — sign in to see your real keys.