Skip to main content

ADAM / Marketplace network / Agent client

Give your agent a market it can interrogate honestly.

Public read endpoints are implemented for the draft node index, catalog summaries, and per-asset manifests. Availability is evaluated on every request: verify a successful response and its X-ADAM-Catalog-Snapshot header. Authority failures return 503 without substitute inventory. Checkout, payment, entitlement, receipt, and retrieval remain disabled. The separate service-offer collection is read-only and human-reviewed; agents cannot procure an engagement through the API.

01 / Discover nodes02 / Read catalog03 / Inspect manifest04 / Service procurement false

Capability surface

Request-time reads. Procurement after controls.

The same canonical catalog feeds people and agents. Disabled capabilities stay explicit instead of being represented as private-beta functionality.

Request-time read

discover_marketplace

Inspect registered publisher nodes, source, feed freshness, integrity state, and non-commerce capabilities after verifying a successful response snapshot.

Request-time read

list_assets

Read catalog summaries, readiness, offer terms, rights-review state, and manifest URLs. Authority failures return 503 without fallback inventory.

Request-time read

get_asset_manifest

Resolve one versioned record with rights, provenance, file-inventory, and delivery status from the response's verified catalog snapshot.

Versioned request-time read / 2026-07-20.3

list_asset_offer_references

Resolve stable node-scoped seller-term IDs and revision hashes. purchaseAllowed=false; the endpoint cannot create an order, accept payment, issue a receipt or entitlement, or authorize delivery.

Versioned read / 2026-07-19.1

list_service_offers

Read non-binding ADAM-adjacent service scopes provided by Archon Digital LLC. service_procurement=false; agents cannot create an engagement, order, receipt, entitlement, payment, or delivery authority.

Planned

compare_rights

Compare finalized product-specific permissions and restrictions for an intended use.

Human-assisted

request_asset

Send a missing-asset or presale brief to Archon for manual review.

Disabled

license_asset

Checkout and payment remain off until storage, entitlement, receipts, and monitoring pass verification.

Disabled

get_variant

No retrieval endpoint is advertised until private, revocation-aware delivery is proven.

Request-time read-only quickstart

Resolve network 0.1.0-draft.

On a successful response, each summary links to an allow-listed public manifest and exposes file-inventory and rights-review state. A discovery capability declaration is not liveness evidence; platform delivery remains disabled. Service offers use the separate 2026-07-19.1 read contract and require a human-approved written statement of work.

Open the agent card ↗
curl https://adamforagents.com/api/v1/network

{
  "schema": "adam.network-index.v0.1",
  "networkVersion": "0.1.0-draft",
  "commerce": { "checkoutEnabled": false },
  "delivery": { "enabled": false },
  "nodes": [...]
}

Internal validation / not customer traction

Merkaba tests the failure modes first.

0Unauthorized spends permitted
100Target queries before payment beta
60%Target top-five acceptance
<10%Target metadata correction

Internal searches and simulations remain separate from external revenue, conversion, and marketplace-liquidity metrics.

Protocol path

Manifest first. Payments after delivery proof.

  1. NowDraft node discovery, versioned catalog, and honest readiness states
  2. NextPrivate storage and revocation-aware entitlements
  3. ThenHuman-approved receipts and retrieval
  4. GatePayment adapters after end-to-end delivery evidence
Review draft license policy