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.
| Name | Token | Created | Last used | |
|---|---|---|---|---|
| CI / 基础设施自动化 | pchy_admin_••••••••7b3d | 2026-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.