First activation

Get to a real policy decision without moving money.

Create one free agent wallet, issue its scoped key, set a spending policy, and verify an allow/block result. Add payment rails only when you are ready.

No funds requiredNo rail credentials requiredFree: 1 wallet / 200 routed transactions
1

Create your free owner account

Your owner key controls agent creation and policy changes. Save the key shown once after registration.

Create Free Account
2

Create one agent wallet

Open the dashboard, choose Create Agent, and save the scoped agent key. The Free plan permits one active agent wallet.

Open Dashboard
3

Set a policy—still with no funds

Open the agent, enable Spending Policy, and set a maximum per transaction. For a simple test, use 1,000 sats.

4

Run authenticated allow/block checks

Replace the placeholders with your agent ID and scoped key. The first request should pass; the second should block.

curl -H "X-API-Key: YOUR_AGENT_KEY" \ "https://agenticbtc.io/api/v1/agents/YOUR_AGENT_ID/spending-check?amount_sats=500" curl -H "X-API-Key: YOUR_AGENT_KEY" \ "https://agenticbtc.io/api/v1/agents/YOUR_AGENT_ID/spending-check?amount_sats=5000"
Activation complete: if both responses explain the policy result, AgenticBTC is integrated and enforcing the boundary. You can install the MCP package or connect NWC, Strike, or Coinbase afterward.