Platform wizard
The Platform wizard at /platform/wizard walks developers through building on the Platform API.
Steps
- Create platform app — Name, slug, redirect URIs, billing model
- Create bootstrap template — Visual Template Spec Builder or JSON spec (vault, agents, policies, signing keys, optional runtimes/automations)
- Provision first user —
upsert_user+bootstrapflow; copy claim URL for end-user
Platform home (/platform)
After setup:
- App list with API key prefix and stats
- Template editor with spec builder
- Connected users and bootstrap history
- Key rotation, webhook secret rotation
- Marketplace listing (optional)
Grant & claim flows
- Grant page (
/connect/{slug}/grant) — End-user selects vaults/agents to share with platform - Claim page (
/connect/{slug}/claim/{token}) — Public; end-user claims bootstrapped resources
Requires Pro+ tier for Platform API access.
See also: Platform API overview, Multi-tenant bootstrap, Webhooks.