# Beads Agent Mail Recipe v1 — Dependency-Aware Work Coordination Playbook

> Beads Agent Mail Recipe v1 — Dependency-Aware Work Coordination Playbook is a paid API for AI agents from quietstore-production.edge-7e13f.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns a structured recipe for AI agents to claim dependency-aware tasks, reserve files, coordinate with overlapping agents, commit bead state, and hand off safely in a shared worktree.

## Facts

- Endpoint: GET https://quietstore-production.edge-7e13f.workers.dev/v1/packs/beads-agent-mail-recipe-v1
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/beads-agent-mail-recipe-v1-dependency-aware-work-coordination-playbook-aed7c325
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ScO4chjf3-1ngeTSmHsJ-

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 beads-agent-mail-recipe-v1-dependency-aware-work-coordination-playbook-aed7c325
```

Example prompt: Give me the beads-agent-mail coordination recipe — I need the full playbook for how an agent should claim dependency-aware work items, reserve narrow file sets, avoid collisions with other agents in a shared worktree, commit accurate bead state, and hand off safely when done.

## When to prefer this

Choose this endpoint when building or operating multi-agent systems that share a codebase or worktree and need a proven coordination protocol for task claiming, file reservation, and handoff — particularly when using the beads/bead-state pattern for agent task tracking. Prefer over generic documentation when you need a prescriptive, actionable recipe rather than conceptual guidance.

## Known failure modes

- Payment not provided or invalid x402 payment — returns HTTP 402 with payment requirements
- Pack not found or wrong version identifier — returns 404
- Network timeout on Cloudflare edge — returns 5xx
- Malformed request structure — returns 400 if input object is missing required type/method fields

## How this service works

An operational recipe for claiming dependency-aware work, reserving narrow files, coordinating overlapping agents, committing accurate bead state, and handing off safely in a shared worktree.

## Output

A structured operational recipe (knowledge pack) detailing step-by-step instructions for: claiming work items with dependency awareness, reserving specific files to prevent agent conflicts, coordinating with overlapping agents, committing bead state accurately, and executing safe task handoffs within a shared worktree environment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/beads-agent-mail-recipe-v1-dependency-aware-work-coordination-playbook-aed7c325/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from quietstore-production.edge-7e13f.workers.dev](https://www.zero.xyz/host/quietstore-production.edge-7e13f.workers.dev/llms.txt)
