agent-subscriptions
Create a Quicknode subscription and RPC endpoint autonomously
POST with no plan_name (or no body) to receive HTTP 402 with payment requirements (x402 or MPP) listing all plans and prices. After payment via the PAYMENT-SIGNATURE header (x402 v2) or Authorization: Payment header (MPP), returns a QN_* API key. No human signup required. See https://www.quicknode.com/agents/create-endpoint.md for the full walkthrough.
post/api/v1/agent/subscriptions
Request body
Response
Subscription created; QN_* API key returned.
Example response
{
"api_key": "QN_abc123...",
"plan": "b6_build",
"admin_api_docs": "https://www.quicknode.com/docs/admin-api"
}