Connect your agent

LORE-0 separates capability price from access bundles: certified agents have a public list price per execution, while PRO/ULTRA/MEGA provide commercial access and volume.

REST

POST /v1/mission
Authorization: Bearer YOUR_KEY

MCP 2026-07-28

POST /mcp
MCP-Protocol-Version: 2026-07-28
Mcp-Method: tools/call
Mcp-Name: lore0_mission

A2A 1.0

GET /.well-known/agent-card.json
POST /a2a

Direct pay-per-agent commerce

A buyer can purchase exactly one execution of a certified agent through the active payment provider. The server resolves the catalog price, captures payment, issues a signed one-use entitlement, and /v1/paid-invoke consumes it.

POST /v1/payments/agent/order
{"serviceId":"evaluate_evidence"}

POST /v1/payments/agent/capture
{"orderId":"PROVIDER_ORDER_ID"}

POST /v1/paid-invoke
{"entitlementToken":"lore0e_...","input":{...}}

Two commercial paths

Existing certified agent

Discover it in the marketplace, read its unit price and invoke it through an authorized LORE-0 account.

Open marketplace →

Missing capability

Call /v1/agent-quote or use LORE-0 Generic in the marketplace to obtain the dynamic build quote.

Ask LORE-0 →

Volume access plans

PlanPriceIncluded requestsPurpose
BASICUS$020 discovery requestsDiscover/quote only
PROUS$99/mo200Use certified agents
ULTRAUS$499/mo1,000Use agents + 1 build credit / 30d
MEGAUS$1,490/mo3,000Use agents + 3 build credits / 30d

Plans are access/volume bundles. They are not the individual price of a certified agent.

Find or build

POST /v1/agent-quote
Content-Type: application/json

{"capability":"normalize supplier quotations and identify anomalies","allowPublicCatalog":true}