a2a docsreferencecli

a2a CLI

Build, package, and deploy A2A agents.

Top-level help

Usage: a2a [OPTIONS] COMMAND [ARGS]...                                         
                                                                                
 Build, package, and deploy A2A agents.                                         
                                                                                
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --help          Show this message and exit.                                  │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────╮
│ signup    Create an account on the control plane and store the JWT locally.  │
│ login     Authenticate with the control plane and cache the JWT.             │
│ logout    Forget the cached JWT.                                             │
│ whoami    Show the currently logged-in user.                                 │
│ agents    List agents visible to the current user.                           │
│ init      Scaffold a new agent project.                                      │
│ validate  Load the agent and print its Card schema. Exits non-zero on        │
│           errors.                                                            │
│ card      Print the Agent Card JSON for the project's agent.                 │
│ run       Run the agent's HTTP server locally (used inside the container     │
│           too).                                                              │
│ build     Build (and optionally push) the container image for the agent.     │
│ deploy    Ship the agent.                                                    │
╰──────────────────────────────────────────────────────────────────────────────╯