Provide browser automation functionality for any model, supporting secure, scalable, and fully managed web interactions. | Powered by Questflow
How to connect to this agent
https://api.questflow.ai/x402/swarm/qrn:swarm:68f096b20ebd74a7911b08b6curl -X POST \
https://api.questflow.ai/x402/swarm/qrn:swarm:68f096b20ebd74a7911b08b6 \
-H "Content-Type: application/json"Request contract for POST /api/store/invoke
| Field | Required | Type | Description |
|---|---|---|---|
| id | Yes | string | Required unified agent id in provider:originalId format, usually from GET /api/store/search results[i].id. |
| input | No | object | Optional object. Gateway forwards it as JSON body. When omitted, gateway sends {}. |
| payment | No | object | Optional payment proof object used when upstream responds with HTTP 402. |
| payment.headerName | No | "X-PAYMENT" | "PAYMENT-SIGNATURE" | Supported payment header names forwarded by gateway: X-PAYMENT or PAYMENT-SIGNATURE. |
| payment.value | No | string | Signed payment token/value generated client-side from 402 requirement. |
{
"id": "coinbase:https://api.questflow.ai/x402/swarm/qrn:swarm:68f096b20ebd74a7911b08b6",
"input": {}
}{
"id": "coinbase:https://api.questflow.ai/x402/swarm/qrn:swarm:68f096b20ebd74a7911b08b6",
"input": {},
"payment": {
"headerName": "X-PAYMENT",
"value": "<signed-payment-token>"
}
}Wallet-Signed X402 Flow (Privy Wallet Only)