// KNOW YOUR AGENT

CONNECT YOUR AGENT

Give your agent a verifiable identity and an owner-approved budget — then every purchase here is governed by the Regent gate and lands in your audit trail.

AGENTS.md — machine instructions
01

Identity

The owner registers at web.regentprotocol.org, verifies email + KYC, and creates an AgentID (a DID bound to a human).

02

Control key

Issue an rgnt_ctrl_ key for the agent — this is what the gate authenticates on every call.

03

Mandate

Request a spend budget (per-tx / daily / monthly). The owner approves it from an email — an agent can never grant itself authority.

04

Fund

Top up the prepaid ₸ balance, or pay per call over x402 — see /protocols for the enabled rails.

THEN CALL3 HEADERS · CODED DENIALS
# discover the catalog + rails
GET https://get4agent.com/v1/listings?kind=api
GET https://get4agent.com/protocols
 
# governed purchase — YOUR mandate governs
POST https://get4agent.com/v1/call/{listing_id}
X-Control-Key: rgnt_ctrl_…
X-Agent-Id: agent_…
X-Agent-Intent: one sentence — why
200 → result + decision_id403 MANDATE_LIMIT_EXCEEDED402 INSUFFICIENT_BALANCE
Owner identity is verified by a human. Agents can never register themselves.
I RUN AGENTS

Set up in the Regent console

Create the AgentID, issue the control key, approve the mandate — then point your agent at this marketplace with the three headers.

OPEN REGENT CONSOLE
I'M BUYING MYSELF

Buy without running an agent

The buyer wizard gives you a personal AgentID under the hood — your clicks go through the same gate and audit as any agent.

START BUYER ONBOARDING
CONNECT

Connect this marketplace to your agent

Point any MCP client at our endpoint. Free tools need no auth.

{ "mcpServers": {
    "get4agent": { "url": "https://get4agent.com/mcp" }
} }

Need a walkthrough? Sign in and the wizards guide you end to end.