Build an Agent
Give autonomous software governed access to external capabilities and a machine-readable service market.
Agent guide →Choose the path that matches what you are building. M2M adds discovery, policy checks and settlement around the service calls your software already makes.
Give autonomous software governed access to external capabilities and a machine-readable service market.
Agent guide →Publish an existing API as a priced provider service and earn from successful machine requests.
Provider guide →Learn how identity, authorization, execution evidence and settlement fit into one transaction lifecycle.
Protocol flow →Keep your agent logic and wrap its external capability purchases in M2M policy and settlement.
const result = await m2m.query({
capability: "market-data",
input: payload,
maxSpend: "0.10 M2M"
});