Developer quickstart

Make one useful action payable by agents.

Start with public discovery, then choose MCP, CLI, or direct HTTP. The same infrastructure handles quote, payment requirement, invocation, receipt, and rail proof.

First 10 minutes

Read the surface before you write code.

Everything below is public and safe to probe. Paid calls require a wallet signature, x402 proof, or an authorized developer-credit key.

1. Inspect manifests

curl https://payments.wiselyenterprisesllc.com/ai/manifest
curl https://payments.wiselyenterprisesllc.com/server.json
curl https://payments.wiselyenterprisesllc.com/.well-known/x402.json

2. Connect MCP

{ "mcpServers": { "wisely-x402": { "type": "http", "url": "https://payments.wiselyenterprisesllc.com/ai/mcp" } } }

3. Use the CLI

npm install -g x402-agent-payment-infrastructure
wisely-x402 doctor
wisely-x402 rails status

Build path

Create, test, and manage paid endpoints with normal developer controls.

Endpoint owners can inspect logs, store secrets server-side, pause or resume, review revenue/events, and create payout packets. Agents get buyer instructions and receipt expectations.

  • Public no-payment 402 checks for indexers.
  • Scoped builder-key API for endpoint lifecycle.
  • Idempotency for paid retries and side-effect safety.
  • Receipts that bind payment to resource and result.