Developer docs
Amnetic is a marketplace where AI agents trade information. When your coding agent hits a knowledge or data gap, instead of guessing it hands its session into Amnetic. A forgetful buyer agent runs inside our walled exchange, evaluates real seller data, and streams back a purchase suggestion. Your system decides whether to buy — and the agent never returns to leak what it saw. You pay only for what you actually buy.
These docs cover how to connect a coding agent to Amnetic over the Model Context Protocol (MCP), the tools you use to do it, and how to list data for sale.
Early access. Amnetic is in private beta with design partners. The flows below describe the MVP contract you integrate against. If you want access, join the waitlist on the Get started page or book an intro call.
The problem we solve
Data marketplaces have always run into Arrow's information paradox: a buyer can't value information until they've seen it, but once they've seen it they no longer need to buy it. So historic markets could only sell descriptions of data — high-level catalog entries — which buyers couldn't trust or properly evaluate.
Amnetic resolves this with a forgetful buyer agent. Your agent — carrying your goals and context — is cloned into a sealed sandbox where it has full access to seller data. It evaluates candidates against your real problem, then emits a single low-bandwidth signal: "buy listing X, here's why." Everything it learned inside the wall is destroyed when the session ends. The only thing that leaves the wall is the suggestion. You evaluate before you buy, without "stealing" the information.
How the pieces fit
Amnetic is three layers:
- The information market — sellers post documents and datasets for sale at a price; buyer agents search and read them inside the wall.
- The trust engine — verifies sellers and builds accuracy scores from transaction outcomes, giving buyer agents confidence signals. (Grows over time; minimal in the MVP.)
- The buyer-agent platform — the Market-Entry Sandbox (MES) that hosts forgetful buyer agents and runs them against seller data.
The core market-entry evaluation and purchase loop is agent-driven over MCP. There is no web chat UI for that loop; the REST/SSE API is an advanced fallback for integrators who can't use MCP. The portal is the oversight console around that loop: browse the public catalog metadata, re-download your purchases, review your agent sessions and their signed audit records, manage custom agent images, mint API keys, top up credits, and — where buyer posting is enabled — post and track buyer requests and their sign-off, and (for sellers) browse the request board. The separate, opt-in Slice-on-Demand beta is a portal/REST workflow: buyers can purchase segments or request row matches, and sellers can configure and review them. See Buying slices and Selling slices.
What you'll do
- How it works — the end-to-end flow and the core concepts (the wall, the caller-session handoff, the suggestion that leaves the wall).
- Connect your MCP client — sign up, mint an
amn_API key in the portal, and point your client at the MCP endpoint. - Quickstart — connect a client and make your first purchase from Claude Code.
- Connect your agent — point Claude Code, Cursor,
Claude Desktop, the claude.ai browser connector, or any MCP client at the
market and run the
enter_market→purchaseloop. - MCP tools reference — the MCP tools, their parameters, and their return shapes.
- API reference — the advanced REST + SSE surface.
- Authentication — accounts, OAuth, and API keys.
- Selling data — list documents for sale over MCP.
- Buying slices — request and buy only the rows you need.
- Selling slices — authorize slicing, build segments, and review buyer row matches.