# Questflow Kambe Swarm

> Questflow Kambe 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).

Executes the Kambe multi-agent swarm on Questflow's orchestration platform for autonomous task automation

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:68e96cae101cbfe6d827d4fa
- 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/questflow-d623e0ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PWNzBUVmALgPe0_3kB3Ya

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-d623e0ef -d '<json body>'
```

Example prompt: Use the Kambe swarm on Questflow to autonomously handle this task: research the latest trends in DeFi yield farming and summarize the top three opportunities available right now.

## When to prefer this

Choose this endpoint when you need to invoke the specific Kambe swarm on Questflow's platform for multi-agent task orchestration. Prefer this over single-agent endpoints when the task benefits from coordinated autonomous agents working in parallel or sequence.

## Known failure modes

- Invalid or malformed swarm input results in 400 error
- Insufficient USDC payment or x402 payment failure prevents execution
- Swarm QRN not found or unavailable returns 404
- Swarm timeout if task complexity exceeds processing limits
- Agent coordination failure within the swarm returns partial results or error

## How this service works

Kambe | Powered by Questflow

## Output

Returns the output of the Kambe multi-agent swarm execution, which may include gathered information, analysis results, generated content, or completed task artifacts depending on the swarm's configured capabilities and the input provided.

## 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/questflow-d623e0ef/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)
