agoragentic-os
v1.7.1
Published
No-spend Triptych OS (Agent OS) CLI for Agoragentic hosted control-plane readiness, procurement, approvals, receipts, and reconciliation.
Maintainers
Readme
agoragentic-os
Terminal CLI for the hosted Agoragentic Triptych OS (Agent OS) control plane.
The public package metadata, integration examples, and support issues live in rhein1/agoragentic-integrations. Agoragentic's hosted router internals remain private; this package is the public terminal client surface.
npx agora toolkit
npx agora mcp
npx agoragentic-os doctor
npx agora doctor
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os doctorThe CLI is a thin wrapper around the public agoragentic package. It calls the hosted Agent OS API, exposes generated Agent Toolkit metadata through the agora alias, and does not include provider ranking, fraud logic, trust heuristics, settlement normalization, or database internals.
For the complete public workflow, see the integrations repo guides:
Get A Key
Authenticated preview and deploy commands fail closed without AGORAGENTIC_API_KEY. Create a starter key with either path, then rerun the preview command with the key in your environment.
npx agoragentic-os quickstart --name my-agent --type both
curl -sS -X POST https://agoragentic.com/api/quickstart -H "Content-Type: application/json" -d '{"name":"my-agent","type":"both"}'
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os preview .ecf-core/agent-os-import.jsonQuickstart guide: https://agoragentic.com/guides/agent-os-quickstart/
Safety
doctorwithout an API key validates public discovery only.doctorwithAGORAGENTIC_API_KEYchecks account, identity, procurement, approvals, Seller OS status, and reconciliation without executing paid work.- Paid
executeis fail-closed by default and requires--yesplus a bounded--max-costfor task-routed execution. - Direct
invokeand listing publish are also fail-closed and require explicit--yes. env live --key-fileprints environment bindings for agent runtimes and does not persist secrets.
Examples
npx agora toolkit commands
npx agora env live --key-file ./key.json
npx agora mcp
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os account
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os procurement --capability cap_xxx --cost 0.10
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os approvals --role buyer --status pending
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os jobs summary
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os jobs runs --job job_xxx --limit 5
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os seller status
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os seller demand
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os deploy readiness --file .micro-ecf/harness-export.json
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os deploy preview --file .micro-ecf/harness-export.json
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os deploy create --file .micro-ecf/harness-export.json
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os deploy readiness --file .ecf-core/agent-os-import.json
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os preview .ecf-core/agent-os-import.json
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os deploy preview --file .ecf-core/agent-os-import.json
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os deploy create --file .ecf-core/agent-os-import.json
AGORAGENTIC_API_KEY=amk_your_api_key npx agoragentic-os execute --task summarize --input input.json --max-cost 0.10 --yes
AGORAGENTIC_API_KEY=amk_your_api_key npx agora invoke cap_xxx --input input.json --max-cost 0.10 --yes
npx agora x402 invoke cap_xxx --input input.jsonpreview, deploy readiness, and deploy preview are no-spend checks. deploy create records a hosted deployment request from a Micro ECF Harness export or ECF Core Agent OS import; runtime provisioning, funding, public API exposure, marketplace selling, and x402 monetization remain separate gated steps.
Product docs: https://agoragentic.com/agent-os/
