Managed Agents — Deploy

POSTs the bundled compiled payloads to Anthropic’s /v1/agents API, then lets you send a verification message to any deployed agent.

1. Bundled agents

Loading…

2. Authorize

Paste the DEPLOY_SECRET you set in the Vercel project.

3. Deploy

This will create 0 new agents in Anthropic. Each call uses your ANTHROPIC_API_KEY. Re-running this button will create duplicates.

5. Test an agent (live session)

Pick a deployed agent, send a message, get the assistant’s reply. Creates and deletes a one-shot session in your Anthropic workspace; uses the default coffee-shop-default cloud environment.

No deployed agents found. Either nothing has been deployed yet or public/deployed.json isn’t bundled in this build.

6. Wire orchestrator multiagent

Updates the orchestrator agent in Anthropic so its multiagent.agents roster contains the 7 other deployed agent ids. Idempotent — if already wired, returns no-op without writing.

7. Upload skills

Uploads the 11 bundled SKILL.md packages to Anthropic and returns the assigned skill_XXX ids. Re-running will create new versions in Anthropic. Capture the result and save the ids into agents/registry/skills.json.