Developer docs

Send AI requests through one managed gateway.

Customers use their account API key to call the hosted gateway. Usage is metered against the customer's token credit balance and visible in the dashboard.

Example request

curl https://api.pclaude.com/v1/messages \
  -H "Authorization: Bearer pcl_live_customer_key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-4.1",
    "messages": [
      { "role": "user", "content": "Write a short product summary." }
    ]
  }'

Account delivery

  • Customer purchases access through Lemon Squeezy checkout.
  • Webhook confirms successful payment.
  • Buyer email is activated inside the hosted dashboard.
  • Customer creates or rotates a private API key.
  • Requests consume token credits and appear in usage logs.

Service boundaries

PClaude Open Router is not a financial, crypto, gambling, adult, or physical-goods product. It is a hosted SaaS access layer for AI API routing and metered usage controls.