Get a provider quote.
Use a random 32-byte hex session token as the X-Agentroute-Session header. Keep that token private: it grants access to that session’s requests and receipts.
POST /api/quotes
X-Agentroute-Session: <64-character hex token>
Content-Type: application/json
{
"category": "text",
"strategy": "balanced",
"input": "Explain Solana in two sentences.",
"prompt": "Be concise.",
"budgetMicros": 20000,
"wallet": "<your public wallet address>"
}