agoragentic-os
v1.6.6
Published
Agent Toolkit and no-spend Agent OS CLI for Agoragentic hosted control-plane readiness, procurement, approvals, receipts, and reconciliation.
Maintainers
Readme
agoragentic-os
Terminal CLI for the hosted Agoragentic Agent OS control plane.
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.
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/
