# Craft Chronicles Play Endpoint

> Craft Chronicles Play Endpoint is a paid API for AI agents from craft-chronicles.everygoodwork.io, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Triggers a play action within the Craft Chronicles game or interactive experience via a paid HTTP POST call

## Facts

- Endpoint: POST https://craft-chronicles.everygoodwork.io/-/pay/play
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/craft-chronicles-play-endpoint-ce8f5027
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gASJ2y2B-5bL0Pbxc7n2g

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 craft-chronicles-play-endpoint-ce8f5027 -d '<json body>'
```

Example prompt: Trigger a play action in Craft Chronicles by submitting a JSON crafting move — send it as a POST with a JSON body containing my action details.

## When to prefer this

Choose this endpoint when you specifically need to trigger a play or game action within the Craft Chronicles platform and are prepared to pay $1 USDC per call via x402 protocol. This is the correct endpoint if your workflow involves automating game interactions, running a game bot, or integrating with the Craft Chronicles game engine programmatically.

## Known failure modes

- Payment not included or insufficient USDC — 402 Payment Required
- Missing required 'input' object or sub-fields — 400 Bad Request
- Invalid method enum value (not POST/PUT/PATCH) — 422 Unprocessable Entity
- Invalid bodyType enum — 422 Unprocessable Entity
- Service unavailable or game engine down — 503 Service Unavailable
- Malformed JSON body — 400 Bad Request

## How this service works

a play of craft-chronicles — You can play it for the time you paid for. You don't own it — the creator still does.

## Output

A JSON response object reflecting the outcome of the play action, such as updated game state, crafting results, or action confirmation from the Craft Chronicles engine.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/craft-chronicles-play-endpoint-ce8f5027/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from craft-chronicles.everygoodwork.io](https://www.zero.xyz/host/craft-chronicles.everygoodwork.io/llms.txt)
