Skip to main content
Everything you can do in the dashboard, you can do from the terminal. The same CLI your users run has a companies namespace for organizations.

Installation

Update any time with agent-cards update.

Authentication

A sign-in link and short code appear, and you approve in your browser. Then pick the organization you work in:
For scripts and CI, agent-cards login --email you@example.com sends a one-time code, and adding --code 123456 completes it without a browser.

Commands

All of these live under agent-cards companies: Use --help on any of them for flags:

Good to know

  • Sandbox or production follows the credentials you’re using, the same rule as the API.
  • webhooks test is the fastest way to check your endpoint verifies signatures correctly before going live.
  • The wizard reads these docs as its source. If you’d rather integrate by hand, nothing here is required: the Quickstart uses plain curl.
Next: Test in sandbox