/claude-api
Load Claude API reference, migrate deprecated model IDs, or onboard Claude Managed Agents (schedules + vaults).
Syntax
/claude-api [migrate|managed-agents-onboard]Example
/claude-api managed-agents-onboardAbout
Skill. Subcommands: migrate (update model ID references) and managed-agents-onboard (walk through creating a Managed Agent with scheduled deployments and vault environment variables). Announced at Code with Claude Tokyo and confirmed by @ClaudeDevs June 11, 2026. Vaults expose API keys to CLIs at network egress without the agent seeing secrets.
When to use
- ▸First-time setup of Claude Managed Agents from the terminal
- ▸Configuring cron scheduled deployments for production agents
- ▸Registering vault environment variables for Browserbase, Notion, or Sentry CLIs
- ▸Migrating codebase references to current Claude model IDs
More Claude Code commands
parallel-agents
/agents
Manage agent configurations and monitor background agents running in parallel.
parallel-agents
/background
Detach the current session to run as a background agent and free this terminal. Optionally pass a final instruction before detaching.
parallel-agents
/batch
Orchestrate large-scale changes across a codebase in parallel. Decomposes work into 5–30 independent units, each in its own git worktree with its own PR.
context-management
/btw
Ask a quick side question without adding it to the main conversation history.