@iraaai/cli
v0.1.0
Published
iraa.ai CLI — manage products, demo agents, GTM outreach, and PDP files from the command line. Companion to the @iraaai/mcp-server.
Downloads
135
Maintainers
Readme
@iraaai/cli
Command-line companion for iraa.ai — manage products, demo agents, GTM outreach, and PDP files from your terminal.
Install
npm install -g @iraaai/cli
# or run without installing:
npx @iraaai/cli --helpAuth
iraaai login --email [email protected] --password ...
# or use an existing API key:
iraaai login --api-key sk_live_...
iraaai whoami
iraaai logoutGet a free API key at https://iraa.ai/dashboard/keys.
Commands
Keys
iraaai keys list
iraaai keys rotate <key-id>PDP
iraaai validate ./my-product.pdp.yamlLints a Product Discovery Protocol YAML file against the official schema (uses @iraaai/pdp-schema under the hood).
Products
iraaai products list
iraaai products show <product-id>
# ...see `iraaai products --help` for the full surface.GTM
iraaai gtm icps list
iraaai gtm prospects list
iraaai gtm linkedin-posts list
iraaai gtm discover
iraaai gtm analyticsGlobal flags
--json— machine-readable output (auto-detected when piped)--api-url <url>— override API base (defaults tohttps://api.iraa.ai)
See also
- @iraaai/mcp-server — MCP server so AI agents can drive demos directly
- @iraaai/sdk — programmatic SDK
- @iraaai/pdp-schema — PDP types + validator
- Docs
MIT — © iraa.ai
