Skip to main content

Sign in

agent-cards signup        # Sign up or sign in via magic link
agent-cards login         # Same as signup
Both send a magic link to your email — click it to finish. Then:
agent-cards whoami        # Show the currently signed-in email
agent-cards logout        # Log out and clear stored credentials

Connect your agent

Configure the AgentCard MCP server in Claude Code in one step:
agent-cards setup-mcp
Restart your agent session afterward so the tools load. Full instructions and other clients are in MCP setup.

Connected apps

See and revoke third-party apps that have connected to your account via OAuth:
agent-cards connections                  # List connected apps (default)
agent-cards connections revoke <clientId>   # Revoke an app's access (-y to skip confirmation)

Update the CLI

agent-cards update
The CLI also checks for updates automatically before each command.