We’ve added a CLI for Claude Platform to make every API endpoint...

Call the Messages API, stand up Claude Managed Agents, pipe results straight into your shell.
The ant CLI is well understood by coding agents (Claude Code) using the claude-api skill.
Build requests from typed flags or piped YAML, inline a file with @.path, reshape any response with --transform.
Output as json, yaml, jsonl, or explore (default) for a TUI you can fold and search.
Version control your agent as YAML in Git and have CI run "ant beta:agents update" to sync changes to the Claude Platform.
When it's done (or stuck), pull the trace: every event, every tool call, every decision is retrievable from the same CLI.
Ask it to list your sessions, upload a folder of PDFs, or debug a run.
It shells out to the CLI and reads the results back without any glue code.
Install with brew, curl, or go: platform.claude.com/docs/en/api/sd…
