# Questflow Multi-Domain AI Swarm

> Questflow Multi-Domain AI 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).

Orchestrates four specialized AI agents (strategy, research, development, creative) to collaboratively solve complex multi-domain business projects

## Facts

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

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

Example prompt: I'm launching a B2B SaaS product for small law firms — can you spin up a swarm of specialized AI agents to handle the full picture: market research on competitors, a go-to-market strategy, a technical development roadmap, and marketing copy for the landing page, all in one coordinated run?

## When to prefer this

Choose this endpoint when a task genuinely spans multiple domains simultaneously — e.g., a project requiring both strategic analysis AND research AND creative content AND development guidance — and a single-agent or single-domain API would be insufficient. Ideal for complex business projects where coordinated multi-agent collaboration adds value over sequential single-purpose calls.

## Known failure modes

- Invalid or missing project description input results in 400 error
- Payment of 0.5 USDC not received or insufficient balance causes 402 Payment Required
- Swarm agent coordination failure may produce incomplete or partial results
- Overly vague or ambiguous prompts may yield generic outputs across all agent domains
- Timeout if project complexity exceeds processing limits
- Swarm endpoint unavailable returns 503 Service Unavailable

## How this service works

Multi-domain AI swarm delivering integrated business solutions across strategy, research, development & creative content. Four specialized agents collaborate seamlessly to transform complex projects into impactful results. | Powered by Questflow

## Output

A synthesized, multi-perspective output combining strategic recommendations, research findings, development guidance, and creative content produced by four collaborating specialized AI agents working on the submitted project.

## 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-23bb5e9a/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)
