# Questflow x aixbt_labs AI Agent Swarm

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

Sends a message to an AI agent swarm assembled by Questflow and aixbt_labs and returns a generated response, billed at $0.50 USDC per call.

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:68a3e9b26913f9f1c469f6b7
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-questflow-ai-14b326e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lF_gyrEStZV5x21SWYJ2d

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 api-questflow-ai-14b326e7 -d '<json body>'
```

Example prompt: Ask the Questflow and aixbt_labs AI agent swarm: 'What are the top trending tokens on Base right now and should I be watching any of them?'

## When to prefer this

Choose this endpoint when you need an AI-generated response from a crypto-aware, multi-agent swarm assembled by Questflow and powered by aixbt_labs, and are willing to pay $0.50 USDC per call. Prefer this over generic LLM APIs when you want swarm-orchestrated, potentially crypto/DeFi-informed responses rather than a single model answer.

## Known failure modes

- Payment failure: insufficient USDC balance or x402 payment not accepted — endpoint returns 402 Payment Required
- Invalid message payload: malformed POST body or missing message field — returns 400 Bad Request
- Swarm unavailable: temporary service disruption from Questflow or aixbt_labs backend — returns 503 or timeout
- Invalid QRN: swarm resource name not found or decommissioned — returns 404 Not Found
- Rate limiting: too many requests in a short window — returns 429 Too Many Requests

## How this service works

Automated by @aixbt_labs.
Agent swarm assembling by Questflow | Powered by Questflow

## Output

A generated text response assembled by the Questflow and aixbt_labs AI agent swarm, addressing the message submitted in the POST body. The response reflects multi-agent orchestration and may include analysis, recommendations, or information relevant to the submitted prompt.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Your message to the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "response": {
  "type": "string",
  "required": true,
  "description": "Response from the agent"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-questflow-ai-14b326e7/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)
