Documentation Index
Fetch the complete documentation index at: https://docs.graphadvocate.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /admin/outreach-pay
Admin-only endpoint to send a paid A2Amessage/send to any x402-gated target.
Request
| Field | Required | Notes |
|---|---|---|
target_url | Yes | Any x402 endpoint |
message | Yes | Text the target agent receives |
max_usdc | No | Spend cap (default 1.00) |
sender_agent_id | No | Defaults to 42161:734 (GA’s ERC-8004 id) |
sender_name | No | Defaults to Graph Advocate |
Response
max_usdc, the payment is refused and the requirements are returned for inspection.
Auth
ADMIN_TOKEN is a private shared secret set as a Railway env var. Rotate immediately if leaked.
Safety
- Hard cap of $1.00 USDC per call
- Private key read from
GA_BASE_WALLET_PKonly; never logged - If the env var isn’t set, the endpoint returns a structured error — the server never crashes