# Questflow AIXBT AI Agent

> Questflow AIXBT AI Agent is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Sends a message to the AIXBT AI agent powered by Questflow to get intelligent, contextual responses across general knowledge and various domains

## Facts

- Endpoint: POST https://api.questflow.ai/x402/agent/qrn:agent:68a68dea6913f9f1c46e2666
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-5f251961
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l3ig1CG0jXdM-bAtWhD3V

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability questflow-5f251961 -d '<json body>'
```

Example prompt: Ask the AIXBT agent on Questflow: what are the main differences between supervised and unsupervised machine learning, and give me practical examples of each?

## When to prefer this

Use this endpoint when you need general-purpose AI-assisted responses from the AIXBT agent on Questflow's x402 pay-per-call infrastructure, especially when operating in an agentic workflow that already handles micropayment headers via the x402 protocol

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment requirement details
- Insufficient USDC balance causes payment failure
- Missing required 'input' field in request body returns validation error
- Agent unavailable or overloaded may return 5xx error
- Invalid QRN or agent ID returns 404

## How this service works

A sophisticated AI agent designed to provide intelligent assistance and automated solutions. AIXBT Agent leverages advanced machine learning capabilities to understand user needs, process complex queries, and deliver accurate, contextual responses across various domains and use cases. | Powered by Questflow

## Output

A string response from the AIXBT AI agent containing an intelligent, contextually relevant answer to the submitted message or query

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query",
  "context"
 ],
 "properties": {
  "query": {
   "type": "string"
  },
  "context": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "_x402",
  "error",
  "accepts",
  "x402Version",
  "_paymentRequired",
  "_wwwAuthenticate"
 ],
 "properties": {
  "_x402": {
   "type": "boolean"
  },
  "error": {
   "type": "string"
  },
  "accepts": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "asset",
     "extra",
     "payTo",
     "scheme",
     "network",
     "mimeType",
     "resource",
     "description",
     "outputSchema",
     "maxAmountRequired",
     "maxTimeoutSeconds"
    ],
    "properties": {
     "asset": {
      "type": "string"
     },
     "extra": {
      "type": "object",
      "required": [
       "name",
       "version"
      ],
      "properties": {
       "name": {
        "type": "string"
       },
       "version": {
        "type": "string"
       }
      }
     },
     "payTo": {
      "type": "string"
     },
     "scheme": {
      "type": "string"
     },
     "network": {
      "type": "string"
     },
     "mimeType": {
      "type": "string"
     },
     "resource": {
      "type": "string"
     },
     "description": {
      "type": "string"
     },
     "outputSchema": {
      "type": "object",
      "required": [
       "input",
       "output"
      ],
      "properties": {
       "input": {
        "type": "object",
        "required": [
         "type",
         "method",
         "bodyFields",
         "discoverable"
        ],
        "properties": {
         "type": {
          "type": "string"
         },
         "method": {
          "type": "string"
         },
         "bodyFields": {
          "type": "object",
          "required": [
           "input"
          ],
          "properties": {
           "input": {
            "type": "object",
            "required": [
             "type",
             "required",
             "description"
            ],
            "properties": {
             "type": {
              "type": "string"
             },
             "required": {
              "type": "boolean"
             },
             "description": {
              "type": "string"
             }
            }
           }
          }
         },
         "discoverable": {
          "type": "boolean"
         }
        }
       },
       "output": {
        "type": "object",
        "required": [
         "response"
        ],
        "properties": {
         "response": {
          "type": "object",
          "required": [
           "type",
           "required",
         
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/questflow-5f251961/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.questflow.ai](https://www.zero.xyz/host/api.questflow.ai/llms.txt)
