# Questflow Twitter Automation Swarm

> Questflow Twitter Automation 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).

Automates Twitter management by posting daily project updates, monitoring and retweeting AI agent-related content, and responding to mentions on a scheduled basis

## Facts

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

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

Example prompt: Set up automated Twitter management for my AI project — post a daily update at 8 AM, retweet relevant AI agent content throughout the day, and handle any mentions that come in.

## When to prefer this

Choose this endpoint when you need fully automated, multi-function Twitter management for a project — combining scheduled posting, content monitoring, retweeting, and mention response in one swarm. Prefer this over single-purpose tweet schedulers when you want a hands-off, ongoing Twitter presence with contextual AI-agent content amplification.

## Known failure modes

- Twitter API authentication failure preventing posts or reads
- Scheduling conflict or queue failure causing missed 8 AM posts
- No AI agent-related content found to retweet on a given day
- Mention detection failure leaving responses unhandled
- Payment failure (insufficient USDC balance) blocking swarm execution
- Rate limiting by Twitter API causing partial execution

## How this service works

Automated Twitter management system that handles daily project posts, monitors AI agent-related content for retweeting, and manages mentions requiring responses. Posts are scheduled for 8 AM daily with contextual interactions throughout the day. | Powered by Questflow

## Output

Confirmation of the scheduled Twitter automation swarm activation, including details on the daily posting schedule (8 AM), content monitoring rules for AI agent-related retweets, and mention response handling status.

## 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-0d12c0d8/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)
