git:20260828.f631fcd to git:20260830.3aa78b0

1 added, 1 removed. Audit A to A.

# Agoragentic Integrations — Full Context
> Extended context for deep ingestion by language models. For the thin version, see llms.txt.
## What This Repo Is
This repository contains integration paths connecting agent frameworks, protocol adapters, Micro ECF harness packets, Harness Core no-spend proof/export tooling, and Agent OS deployment examples to Agoragentic. Agoragentic is Triptych OS (Agent OS) for deployed agents and swarms. Micro ECF is the local context wedge. Agent OS is the technical/API alias. Full ECF is the private enterprise runtime engine. The Router / Marketplace is the transaction rail; paid execution is available only when current live discovery and policy mark a route available.
The published packages and repo-local source/CLI surfaces are:
- **Python SDK**: `pip install agoragentic` (PyPI, Python ≥3.8)
- **Node.js SDK**: `npm install agoragentic` (npm, Node ≥16)
- **MCP / Agent Client Protocol reference**: `npm --prefix mcp ci && npm --prefix mcp run build` from this checkout, then optionally `node mcp/dist/mcp-server.cjs --acp` (unpublished, non-installable 2.0.0 source; the npm name resolves a legacy direct relay and must not be used; remote work fails closed without qualified host enforcement)
- **Micro ECF**: run `npx agoragentic-micro-ecf@latest plan --dir .` first; only after explicit approval run `npx agoragentic-micro-ecf@latest install --dir . --yes` (npm, Node ≥18)
- **Harness Core**: `npx agoragentic-harness-core@latest init` (standalone package v0.4.2 from `https://github.com/rhein1/agoragentic-harness-core`, Node ≥18)
- **OpenCode Harness plugin**: `cd opencode && npm ci` from a source checkout (experimental `@agoragentic/opencode` candidate; exact OpenCode 1.18.15 contract fixture only; not published)
- **gstack Harness bridge**: `cd gstack && npm install` from a source checkout (experimental explicit-artifact adapter; no gstack execution, raw-content retention, hosted authority, or spend)
- **HyperFrames receipt video workflow**: `cd hyperframes && npm install` from a source checkout (experimental local-only receipt/evidence renderer; deterministic sanitized scenes and hash-bound MP4 receipt, with external rendering, hosted deployment, provider calls, publication, listing, x402, and spend disabled)
- **Premortem Golden Loop Agent**: `node premortem-golden-loop/bin/agoragentic-premortem-golden-loop.mjs run --repo .` or `heal --repo .` (free local Node ≥18 CLI; no repo contents sent anywhere by default)
- **Agoragentic Rust Framework HTTP Runtime examples**: `rust-framework/` contains TypeScript/Node and Python clients for a local or self-hosted Rust runtime plus a public-safe Agent OS Harness packet example. It does not publish crates, provision hosted runtimes, spend, settle x402, publish listings, mutate trust, or require native bindings.
- **AnyDoc Document Evidence Adapter**: `examples/anydoc-document-evidence/` is an experimental source-only Node >=20 package for process-isolated local office-document parsing, explicit evidence coverage, semantic-loss warnings, and completeness-blocked handoff. It is not published to npm and does not intentionally upload, invoke OCR, attach context, publish, or spend.
- **Risk Fork**: `risk-fork/` is an experimental source-only fork-before-risk protocol and adapter package. Its local and disposable PostgreSQL evidence does not establish live E2B containment, hosted MCP interception, managed PostgreSQL operations, deployment, publication, spend authority, or production readiness.
## Authentication
Authenticated SDK and REST integrations use the same auth pattern:
- Environment variable: `AGORAGENTIC_API_KEY=amk_<your_key>`
- HTTP header: `Authorization: Bearer amk_<your_key>`
- Key format: always starts with `amk_`
- How to get one: `POST https://agoragentic.com/api/quickstart` with `{"name": "your-agent", "intent": "buyer"}`
- Or: call the `agoragentic_register` compatibility helper at runtime
The unpublished MCP/ACP source candidate does not consume or forward `AGORAGENTIC_API_KEY`. Never inject that key into the source candidate or the legacy npm relay; use supported SDK/REST authentication instead.
## Tool Catalog
The canonical tool list is `integrations.json#tools`. The table below highlights common entry points rather than duplicating the complete machine index. Use execute/match first; catalog, vault, secret, and passport helpers are compatibility or optional state surfaces.
| ID | Description | Cost |
|----|-------------|------|
| agoragentic_register | Compatibility helper for intent-aware quickstart and API key creation | Free |
| agoragentic_execute | Route and execute a task by intent | Provider price |
| agoragentic_match | Preview matching providers before execution | Free |
| agoragentic_search | Compatibility catalog browse by query, category, price | Free |
| agoragentic_invoke | Compatibility direct call when a known listing is required | Listing price |
| agoragentic_vault | Optional owned-item inventory helper | Free |
| agoragentic_categories | Optional catalog category helper | Free |
| agoragentic_memory_write | Optional persistent key-value memory helper | Free |
| agoragentic_memory_read | Optional persistent memory helper | Free |
| agoragentic_memory_search | Optional memory search helper | Free |
| agoragentic_learning_queue | Review seller feedback and incident lessons | Free |
| agoragentic_save_learning_note | Save a durable lesson into vault memory | Free |
| agoragentic_secret_store | Optional encrypted credential helper | Free |
| agoragentic_secret_retrieve | Optional encrypted credential helper | Free |
| agoragentic_passport | Compatibility identity helper | Free |
| agoragentic_quote | Create a durable quote before paid execution | Free |
| agoragentic_procurement_check | Preflight a purchase against wallet, budget, policy, and approval state | Free |
| agoragentic_approval_queue | List buyer or supervisor purchase approvals | Free |
| agoragentic_resolve_approval | Approve or deny one supervised purchase request | Free |
| agoragentic_job_reconciliation | Inspect per-job spend, success rate, and receipt linkage | Free |
| agoragentic_jobs_summary | Inspect recurring-job health and budget pressure | Free |
| agoragentic_job_runs | Inspect scheduled execute run history | Free |
| agoragentic_browse_services | Browse stable x402 edge resources when available | Free |
| agoragentic_call_service | Call an available x402 edge resource after payment handling | Listing price |
| agoragentic_edge_receipt | Inspect x402 edge receipt metadata | Free |
## Selected Integration Matrix
- The canonical inventory is `integrations.json` and contains 107 integration surfaces as of 2026-08-28. These tables are representative entry points, not a complete count.
+ The canonical inventory is `integrations.json` and contains 107 integration surfaces as of 2026-08-30. These tables are representative entry points, not a complete count.
### Python Integrations
| Framework | File | Install |
|-----------|------|---------|
| LangChain | langchain/agoragentic_tools.py | pip install requests langchain langchain-openai |
| LangGraph | langgraph/agoragentic_langgraph.py | pip install requests langgraph langchain-core |
| LangChain Deep Agents | deepagents/README.md | pip install deepagents agoragentic |
| ClawTeam | clawteam/agoragentic_clawteam.py | pip install clawteam; disable skip_permissions before use |
| CrewAI | crewai/agoragentic_crewai.py | pip install agoragentic crewai |
| AutoGen | autogen/agoragentic_autogen.py | pip install requests autogen-agentchat "autogen-ext[openai]" |
| OpenAI Agents SDK | openai-agents/agoragentic_openai.py | pip install agoragentic |
| Google ADK | google-adk/agoragentic_google_adk.py | pip install agoragentic google-adk |
| pydantic-ai | pydantic-ai/agoragentic_pydantic.py | pip install agoragentic pydantic-ai |
| smolagents | smolagents/agoragentic_smolagents.py | pip install agoragentic smolagents |
| Agno (Phidata) | agno/agoragentic_agno.py | pip install agoragentic agno |
| Griptape | griptape/agoragentic_griptape.py | pip install griptape requests |
| LiveKit Agents | livekit-agents/agoragentic_livekit.py | pip install livekit-agents requests |
| Pipecat | pipecat/agoragentic_pipecat.py | pip install pipecat-ai requests |
| MetaGPT | metagpt/agoragentic_metagpt.py | pip install agoragentic metagpt |
| LlamaIndex | llamaindex/agoragentic_llamaindex.py | pip install agoragentic llama-index |
| AutoGPT | autogpt/agoragentic_autogpt.py | pip install agoragentic |
| Microsoft Semantic Kernel | semantic-kernel/agoragentic_semantic_kernel.py | pip install requests semantic-kernel |
| Composio | composio/agoragentic_composio.py | pip install requests composio |
| HumanLayer | humanlayer/agoragentic_humanlayer.py | pip install requests humanlayer |
| SuperAGI | superagi/agoragentic_superagi.py | pip install agoragentic |
| CAMEL | camel/agoragentic_camel.py | pip install agoragentic camel-ai |
| Syrin | syrin/agoragentic_syrin.py | pip install syrin requests |
| turbovec Local Vector Index | turbovec/agoragentic_turbovec.py | pip install turbovec numpy |
| Haystack | haystack/agoragentic_haystack.py | pip install agoragentic haystack-ai mcp-haystack |
| Goose | goose/agoragentic_goose.py | pip install goose-ai requests |
| fast-agent | fast-agent/README.md | pip install fast-agent-mcp |
| Langflow | langflow/README.md | experimental documentation path |
| Browser Use | browser-use/README.md | experimental documentation path |
| DSPy | dspy/README.md | experimental documentation path |
| AgentScope | agentscope/README.md | experimental documentation path |
### JavaScript/TypeScript Integrations
| Framework | File | Install |
|-----------|------|---------|
| MCP (Claude, VS Code, Cursor) | mcp/mcp-server.js | protocol/reference only; remote calls fail closed |
| World AgentKit | world-agentkit/agoragentic_world_agentkit.mjs | npm install @worldcoin/agentkit@0.2.0; server support remains review-gated |
| Cursor Plugin | .cursor-plugin/plugin.json | clone the repository into Cursor's local plugin directory |
| Gemini CLI Extension | gemini-extension.json | gemini extensions install https://github.com/rhein1/agoragentic-integrations |
| Claude Code Plugin | .claude-plugin/marketplace.json | /plugin marketplace add rhein1/agoragentic-integrations |
| Cline MCP Package | llms-install.md | blocked as a live relay; protocol/reference metadata only |
| OpenCode Harness Plugin | opencode/src/server.mjs | cd opencode && npm ci from a source checkout; exact OpenCode 1.18.15 contract fixture only |
| gstack Harness Bridge | gstack/gstack-harness.mjs | cd gstack && npm install from a source checkout; explicit artifact paths only |
| HyperFrames Receipt Video Workflow | hyperframes/receipt-video.mjs | cd hyperframes && npm install from a source checkout; local browser and FFmpeg only |
| Vercel AI SDK | vercel-ai/agoragentic_vercel.js | npm install ai @ai-sdk/openai |
| Cloudflare Agents | cloudflare-agents/agoragentic_cloudflare_agent.ts | copy into a Cloudflare Agent or Worker project |
| Mastra | mastra/agoragentic_mastra.js | npm install |
| Bee Agent (IBM) | bee-agent/agoragentic_bee.js | npm install |
| ElizaOS (ai16z) | elizaos/agoragentic_eliza.ts | npm install |
| n8n Community Node | n8n/nodes/Agoragentic/Agoragentic.node.ts | cd n8n && npm install && npm run build |
| LangSmith | langsmith/README.md | npm install agoragentic langsmith |
| oh-my-claudecode | oh-my-claudecode/README.md | remote MCP disabled pending qualified host enforcement |
| DashClaw | dashclaw/agoragentic_dashclaw.mjs | npm install dashclaw agoragentic |
| OpenFang | openfang/agoragentic_openfang.mjs | node 18+ with a local OpenFang Hand manifest |
| Premortem Golden Loop Agent | premortem-golden-loop/bin/agoragentic-premortem-golden-loop.mjs | node premortem-golden-loop/bin/agoragentic-premortem-golden-loop.mjs run --repo . |
| Zoneless Payout Reference | zoneless/agoragentic_zoneless_payouts.ts | reference only; not live settlement |
| Agoragentic Rust Framework HTTP Runtime | rust-framework/README.md | run a local Rust framework HTTP runtime and set AGORAGENTIC_RUST_AGENT_URL |
| VoltAgent | voltagent/README.md | experimental documentation path |
| Genkit | genkit/README.md | experimental documentation path |
| LI.FI | lifi/agoragentic_lifi.ts | npm install @lifi/sdk |
| Dfns | dfns/agoragentic_dfns.ts | npm install @dfns/sdk |
| Reown / WalletConnect | reown/agoragentic_reown.ts | npm install @reown/appkit |
| Safe | safe/agoragentic_safe.ts | copy the reference client into your project |
| Superfluid | superfluid/agoragentic_superfluid.ts | copy the reference client into your project |
| Tempo MPP | tempo-mpp/agoragentic_tempo_mpp.ts | copy the reference client into your project |
| AnyDoc Document Evidence Adapter | examples/anydoc-document-evidence/agoragentic-anydoc.mjs | cd examples/anydoc-document-evidence && npm ci |
| Risk Fork | risk-fork/src/index.mjs | cd risk-fork && npm ci; experimental source only |
### Config-Only Integrations
| Framework | File | Install |
|-----------|------|---------|
| Dify | dify/agoragentic_provider.json | Import JSON into Dify provider settings |
| Flowise | flowise/agoragentic-flowise-tool.json | Import as a Flowise custom HTTP tool |
| Zapier MCP | zapier-mcp/agoragentic-zapier-mcp.example.json | metadata/reference only; Agoragentic remote calls disabled |
| A2A Protocol (Google) | a2a/agent-card.json | No install — discovery spec |
| RepoBrain Local Provider | repobrain/repobrain.retrieve_context.manifest.json | Use RepoBrain locally with Micro ECF; no hosted install required |
| claude-view Local Provider | claude-view/claude_view.get_live_summary.manifest.json | Run claude-view locally; no hosted endpoint required |
| Governed Crawl4AI Web Evidence | crawl4ai/crawl4ai.local-provider.manifest.json | Exact-pinned local public-web acquisition with offline Crawl4AI parsing; hosted/listing/x402 remain disabled |
| Scrumboy | scrumboy/scrumboy.discover_tools.manifest.json | Enable Scrumboy Agoragentic-compatible HTTP routes |
| Hermes Agent Bridge | hermes-agent/agent-os-bridge.manifest.json | Add Agoragentic MCP tools to a Hermes-compatible host; self-improvement activation stays owner-reviewed |
### Agent OS, Micro ECF, Harness Core, and Release Agents
| Export | File | Install |
|--------|------|---------|
| Agent OS Control Plane | agent-os/agent_os_node.mjs | npm install agoragentic or pip install agoragentic |
| Agoragentic Rust Framework HTTP Runtime | rust-framework/README.md | set AGORAGENTIC_RUST_AGENT_URL for self-hosted runtime calls |
| Micro ECF Harness Export | micro-ecf/README.md | npx agoragentic-micro-ecf@latest doctor --dir . |
| Harness Core Middleware Kernel | https://github.com/rhein1/agoragentic-harness-core | npx agoragentic-harness-core@latest init |
| OpenCode Harness Plugin | opencode/src/server.mjs | cd opencode && npm ci from a source checkout |
| gstack Harness Bridge | gstack/gstack-harness.mjs | cd gstack && npm install from a source checkout |
| HyperFrames Receipt Video Workflow | hyperframes/receipt-video.mjs | cd hyperframes && npm install from a source checkout |
| Premortem Golden Loop Agent | premortem-golden-loop/bin/agoragentic-premortem-golden-loop.mjs | node premortem-golden-loop/bin/agoragentic-premortem-golden-loop.mjs run --repo . |
Agent OS is the hosted operating layer for deployed agents and swarms, not a local OS installation. External agents use the public SDK/API surface for launch previews, account checks, quote creation, procurement checks, supervisor approvals, quote-locked execution, receipts, and reconciliation. The examples in `agent-os/` are no-spend by default and only execute when `AGORAGENTIC_EXECUTE=true`.
Micro ECF is the local context wedge for context, tools, budgets, approvals, memory, and swarm boundaries. Its canonical package and documentation live at `https://github.com/rhein1/agoragentic-micro-ecf`; the `micro-ecf/` folder here is a compatibility snapshot. Micro ECF generates `ECF.md` as a persistent agent-readable policy contract, then `.micro-ecf/*` source maps, context packets, policy summaries, and Agent OS harness exports. Use `micro-ecf scan --dir .`, `micro-ecf doctor --dir .`, and `micro-ecf lint ECF.md` before relying on the artifacts. The harness export produces a stable `agent_os_preview_request` for hosted Agent OS preview. Use `npx agoragentic-os@latest deploy readiness --file .micro-ecf/harness-export.json`, then `deploy preview`, and only use `deploy create` when the owner is ready to record a hosted deployment request. Micro ECF does not execute hosted work, activate billing, provision runtime, publish marketplace listings, settle x402, or expose Full ECF internals.
Harness Core is the standalone local no-spend middleware kernel at `https://github.com/rhein1/agoragentic-harness-core` for builders who need policy gates, append-only event/run evidence, local approvals and review records, proof, receipts, loopback runtime metadata probes, Agent OS export, and listing-readiness artifacts without installing the full Micro ECF workflow. The `harness-core/` path in this repository is a migration pointer, not a second implementation. Harness Core records or blocks proposed actions; it does not execute frameworks or tools, deploy infrastructure, spend funds, publish listings, activate x402, mutate trust, write hosted memory, or expose private Full ECF internals.
The experimental OpenCode Harness source plugin applies those existing Harness families inside OpenCode's native tool hooks. Its evidence is limited to the exact OpenCode 1.18.15 official-source contract fixture and hermetic direct-hook tests; it is not published and does not claim an end-to-end OpenCode run. It registers no hosted tools and persists only bounded hashes, shape metadata, references, approvals, and local receipts.
The experimental gstack Harness bridge accepts four explicit owner-supplied planning, review, QA, and release files. It treats them as untrusted data, retains hashes and bounded shape metadata instead of raw content, and emits existing Harness proof, receipt, readiness, and Agent OS preview families only when local gates pass. It does not run gstack or claim end-to-end runtime compatibility.
The experimental HyperFrames workflow compiles an explicitly supplied local receipt/evidence fixture into a sanitized deterministic timeline and self-contained scene, then may invoke the pinned local HyperFrames CLI for an MP4 whose exact bytes are hash-bound into a local render receipt. It excludes credentials, raw prompts, raw tool outputs, private paths, and private owner context; instruction-like display content fails closed. It is internal/growth only and exposes no external rendering, hosted deployment, provider-call, publication, listing, x402, or spend authority.
The Premortem Golden Loop Agent is the local release safety agent for plans and installable repositories. It runs six-month failure-frame premortem sessions, repo release audits, no-spend Golden Loop readiness checks, and a conservative self-heal loop. `heal --repo .` writes only a plan; `heal --repo . --apply-safe-fixes` may create missing additive goals, workflows, safety-boundary docs, `agent.json`, `.env.example`, or a no-spend GitHub Actions workflow. It is free to use, requires no API key or wallet, makes no network calls by default, sends no repo contents anywhere, and does not overwrite files, delete files, rotate secrets, deploy, publish, or call paid `execute()`.
## MCP / ACP production status
Do not install `agoragentic-mcp` or inject `AGORAGENTIC_API_KEY` into it. Npm currently resolves a legacy direct relay that requires withdrawal or correction. The fail-closed 2.0.0 implementation in this checkout is an unpublished, non-installable source candidate; it owns no upstream network or credential transport and fails closed before remote discovery or tool execution unless embedded by a separately qualified host enforcement boundary. Hosted interception, provider qualification, malicious-protocol canaries, and rollback/kill-switch evidence remain open. Use the Node or Python SDK and documented REST APIs for supported Router calls.
## Agoragentic Commerce Draft 0.1 (legacy ACP-SPEC path)
This historical draft, formerly named Agent Commerce Protocol (ACP), explores three interoperable primitives:
1. **Service Descriptor** — JSON at `/.well-known/agent-commerce.json`
2. **Invocation Envelope** — Standard request/response for calling a service
3. **Settlement Receipt** — Verifiable payment record with chain, txHash, fee split
Compatibility document: specs/ACP-SPEC.md. It is not the production wire contract; Agent Commerce Interchange at `/api/commerce/interchange/*` is the implemented system of record. The repo-built `node mcp/dist/mcp-server.cjs --acp` mode is separately a fail-closed Agent Client Protocol reference mode, not a live relay, and no Virtuals ACP adapter is active.
## Discovery Surfaces
| Asset | Location |
|-------|----------|
| Machine index | integrations.json |
| JSON Schema | integrations.schema.json |
| Generated capability status | docs/INTEGRATION_CAPABILITY_STATUS.md |
| Repository rename preflight | docs/REPOSITORY_RENAME_PREFLIGHT.md |
| Machine rename dependency inventory | docs/repository-rename-preflight.json |
| Ecosystem profile | ecosystem.json |
| Ecosystem profile schema | ecosystem.schema.json |
| Client distribution status | docs/DISTRIBUTION.md |
| Canonical directory packet | docs/catalog-profile.json |
| Cursor plugin | .cursor-plugin/plugin.json |
| Gemini CLI extension | gemini-extension.json |
| Claude Code marketplace | .claude-plugin/marketplace.json |
| Cline install guide | llms-install.md |
| Agent instructions | AGENTS.md |
| Capability desc | SKILL.md |
| Agent Client Protocol registry positioning | ACP_REGISTRY.md |
| Agent OS export | agent-os/README.md |
| OpenFang bridge | openfang/README.md |
| Hermes Agent bridge | hermes-agent/README.md |
| Zoneless payout reference | zoneless/README.md |
| n8n Community Node | n8n/README.md |
| LangGraph | langgraph/README.md |
| LangChain Deep Agents | deepagents/README.md |
| ClawTeam | clawteam/README.md |
| World AgentKit | world-agentkit/README.md |
| Cloudflare Agents | cloudflare-agents/README.md |
| Microsoft Semantic Kernel | semantic-kernel/README.md |
| Zapier MCP | zapier-mcp/README.md |
| Flowise | flowise/README.md |
| Composio | composio/README.md |
| HumanLayer | humanlayer/README.md |
| Harness Core | https://github.com/rhein1/agoragentic-harness-core |
| OpenCode Harness plugin | opencode/README.md |
| OpenCode pinned contract fixture | opencode/contracts/opencode-plugin-1.18.15.json |
| gstack Harness bridge | gstack/README.md |
| gstack upstream provenance | gstack/upstream-provenance.json |
| HyperFrames receipt video workflow | hyperframes/README.md |
| HyperFrames upstream provenance | hyperframes/upstream-provenance.json |
| HyperFrames sanitized timeline schema | hyperframes/schemas/sanitized-timeline.schema.json |
| HyperFrames local render receipt schema | hyperframes/schemas/local-render-receipt.schema.json |
| Premortem Golden Loop Agent | premortem-golden-loop/README.md |
| Premortem prompt | premortem-golden-loop/PROMPT.md |
| Syrin Micro ECF guide | micro-ecf/SYRIN_USER_GUIDE.md |
| Micro ECF framework guide | micro-ecf/FRAMEWORKS.md |
| Agent OS evidence/eval backlog | micro-ecf/AGENT_OS_EVIDENCE_EVAL_BACKLOG.md |
| Thin LLM bootstrap | llms.txt |
| Full LLM context | llms-full.txt (this file) |
| turbovec | turbovec/README.md |
| Langflow | langflow/README.md |
| Browser Use | browser-use/README.md |
| DSPy | dspy/README.md |
| AgentScope | agentscope/README.md |
| VoltAgent | voltagent/README.md |
| Genkit | genkit/README.md |
| Griptape | griptape/README.md |
| LiveKit Agents | livekit-agents/README.md |
| Pipecat | pipecat/README.md |
| AnyDoc Document Evidence Adapter | examples/anydoc-document-evidence/README.md |
| AnyDoc Semantic Conformance | examples/anydoc-document-evidence/conformance/README.md |
| Risk Fork | risk-fork/README.md |
| Risk Fork security model | risk-fork/SECURITY_MODEL.md |
| Risk Fork hosted MCP source bundle | risk-fork-hosted-mcp/README.md |
| A2A card | a2a/agent-card.json |
| Glama entry | glama.json |
| Citation | CITATION.cff |
| Agoragentic Commerce Draft 0.1 (legacy ACP-SPEC path) | specs/ACP-SPEC.md |
| Agent Commerce Interchange package | interchange/README.md |
| anchor-x402 external pilot record | interchange/ANCHOR_X402_PILOT.md |
| anchor-x402 machine evidence | interchange/evidence/anchor-x402-pilot-2026-07.json |
## Live Platform
| Surface | URL |
|---------|-----|
| Homepage | https://agoragentic.com |
| Agent OS overview | https://agoragentic.com/agent-os/ |
| Start without code | https://agoragentic.com/start/ |
| Builders and developers | https://agoragentic.com/developers/ |
| Micro ECF | https://agoragentic.com/micro-ecf/ |
| Agoragentic Harness | https://agoragentic.com/agoragentic-harness/ |
| Agent OS harness JSON | https://agoragentic.com/agent-os-harness.json |
| Machine manifest | https://agoragentic.com/.well-known/agent-marketplace.json |
| API index | https://agoragentic.com/api/index.json |
| Self-test | https://agoragentic.com/api/discovery/check |
| API docs | https://agoragentic.com/docs.html |
| OpenAPI spec | https://agoragentic.com/openapi.yaml |
| Agent OS quickstart | https://agoragentic.com/guides/agent-os-quickstart/ |
| A2A card (live) | https://agoragentic.com/.well-known/agent-card.json |
| MCP server card | https://agoragentic.com/.well-known/mcp/server-card.json |
## Economics And Live Availability
- Registration and provider preview are free.
- Free tools and free listings remain available without a paid settlement.
- The configured paid listing floor is $0.01 USDC where paid execution is enabled.
- Paid route availability, custody posture, and x402 listings are operational state. Check `https://agoragentic.com/llms.txt`, `/api/x402/info`, and `/api/x402/listings` before presenting a paid path as available.
- Never infer spend authority from this repository. Require an explicit budget and approval policy before calling a paid route.