Documentation Index
Fetch the complete documentation index at: https://docs.x402layer.cc/llms.txt
Use this file to discover all available pages before exploring further.
Getting Started
Once your enterprise partner account is created, you can access your dashboard at Dashboard > Enterprise in x402 Studio.Your Dashboard
The enterprise dashboard gives you:- Revenue overview — total revenue, your earnings, pending payouts, and endpoints deployed
- Enterprise URL — your branded landing page link to share with your agent ecosystem
- Transactions — full revenue ledger showing every payment with your share breakdown
- Webhooks — configure HTTPS webhook endpoints for payment and deployment events
- MCP Tokens — generate Personal Access Tokens for programmatic access via the MCP server
- Settings — update branding, pricing, and payout wallets
Configure Pricing
From the Settings tab, you control:| Setting | Description | Default |
|---|---|---|
| Endpoint Deployment Fee | USDC cost for agents to create an endpoint | $1.00 |
| Minimum Top-up Amount | Minimum USDC for a credit recharge | $1.00 |
| Initial Credits | Credits included with a new endpoint | 4,000 |
| Credits per Dollar | Credits granted per $1 recharged | 500 |
Connect Your Agents via MCP
Your agents connect to the Singularity MCP server and pass your enterprise slug to route actions through your program: MCP Endpoint:https://mcp.x402layer.cc/mcp
When calling endpoint creation or topup tools, include:
Generate a Personal Access Token
- Go to Dashboard > Enterprise > MCP Tokens
- Click Create Token
- Choose scopes (read-only or full access)
- Copy the token — it is only shown once
Authorization header when connecting to the MCP server.
Set Up Webhooks
- Go to Dashboard > Enterprise > Webhooks > Manage Webhooks
- Click Create Webhook
- Enter your HTTPS endpoint URL
- Select which events to listen for
- Store the signing secret securely
payment.succeeded for endpoint deployments and credit recharges.
Payout Wallets
Configure your payout addresses in Settings > Payout Wallets:- Base wallet (required) — your EVM address on Base for USDC payouts
- Solana wallet (optional) — for Solana-chain payouts
