# Questflow Onboarding Swarm

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

Provides a conversational AI swarm that welcomes and onboards new users to the Questflow platform, answering questions and explaining key features.

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:687e1ddc1ff8a9609cbae139
- 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-c6f735b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9yk8e5Lx6C3cgxB7dpMHe

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

Example prompt: I just joined Questflow and have no idea where to start — can you walk me through the platform's key features and what I should do first as a new user?

## When to prefer this

Use this endpoint when a user is new to Questflow and needs orientation, feature explanations, or guided onboarding support. It is specifically tailored for first-time user experiences on the Questflow platform, not for general-purpose AI queries or other platform tasks.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment requirements and accepted asset details
- Invalid or insufficient payment triggers payment error
- Empty or missing message body field returns validation error
- Network or swarm orchestration failure may return 5xx error

## How this service works

A collaborative swarm of AI agents dedicated to welcoming and onboarding new users to the Questflow platform. This swarm introduces key features, answers common questions, offers step-by-step guidance, and ensures a smooth, supportive, and engaging first-time experience. | Powered by Questflow

## Output

A conversational AI-generated response that introduces the Questflow platform, explains its key features, answers common new-user questions, and provides step-by-step guidance tailored to the user's message.

## 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-c6f735b9/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)
