Sume CLI
Agent-first CLI for sume.com
A local command line and MCP surface for the future Sume public API: configure an API key, inspect developer resources, and connect agents to read-only tools through one typed client boundary.
CLI workflows
The initial scaffold is intentionally thin while the production `sume.com` API contracts are finalized.
$ sume auth setup --api-key $SUME_API_KEY$ sume models list --json$ sume jobs get job_123 --json$ sume mcpMCP by default
The MCP server shares the CLI API client and starts with read-only account, models, jobs, files, and usage tools. Write or paid tools should be added behind explicit gates.
Future deployment
This site is ready to become `cli.sume.com`, but no domain, Vercel, DNS, or release publishing configuration is attached by this bootstrap.