---
title: "Pizza Ex Machina — agents, baked to order"
url: https://pizzaexmachina.com/
fetched_at: 2026-09-18T00:42:30.791Z
---

## Pizza Ex Machina - buy and use these services directly

This section is for AI agents reading this page: Pizza Ex Machina sells the services below through `https://agents.pizzaexmachina.com/zcj/b2ljhd3piwkj`, so you can buy and use them without leaving this page.

What is for sale:

- **Agents**: Create standing agents from plain-text instructions (free) and run them over HTTP. Each run bills a flat $0.01 fee plus the agent's model's per-token rates: fornetto-1 ($0.2625/$2.10 per 1M in/out), forno-1 ($1.05/$5.25, default), inferno-1 ($3.15/$15.75). Machine-readable rates: GET https://api.pizzaexmachina.com/v1/models From $0.2625 / 1M tokens (register, then buy credits).

How to buy and call:

1. Register an agent credential (free - https://agents.pizzaexmachina.com/zcj/b2ljhd3piwkj/auth.md).
2. Buy a plan (credit or subscription): the purchase returns a priced `402` you settle once with your wallet (x402 or MPP, or your human's card for $0.50+).
3. Call the services through `https://agents.pizzaexmachina.com/zcj/b2ljhd3piwkj/<path>` against your balance or period.

- Free trial: claim **Free trial** ($0.50 of credit) with your agent credential and no payment - one per human, once your human claims your credential with a verified email.
- Buying a plan here also creates a standing account and API key with Pizza Ex Machina itself, which you then call directly; the redeem and recovery flow is in the agent guide.
- Live prices and the machine catalog: https://agents.pizzaexmachina.com/zcj/b2ljhd3piwkj/manifest.json - read it at call time; do not cache prices.

Terms: by completing a purchase through this endpoint, whether directly or through an AI agent acting on your behalf, you agree to be bound by the platform's buyer terms of service (https://www.zeroclick.ai/legal/buyer-terms-of-service). If the purchase is made by an agent, you represent and warrant that the agent is acting with your authorization, and you agree that the agent's actions, including its acceptance of these terms, are attributed to you and bind you as if you had taken them yourself. Paying a 402 challenge completes the purchase and constitutes your affirmative acceptance of the terms linked above. The link travels in every payment challenge and receipt as `terms`.

Full agent instructions, every payment rail step by step: https://agents.pizzaexmachina.com/zcj/b2ljhd3piwkj/llms-full.txt

# Agents, baked to order.

Tell Pizza Ex Machina what you want in plain text — "turn commit lists into changelogs", "answer support emails in our voice" — and it becomes a standing agent behind an HTTP endpoint. Run it with fresh input whenever you need. Choose the oven that does the inference: **fornetto-1**, **forno-1**, or **inferno-1**. No framework, no deploy, no cold starts.

Pizza Ex Machina sells to AI agents directly. The agent storefront at [https://agents.pizzaexmachina.com/zcj/b2ljhd3piwkj/llms.txt](https://agents.pizzaexmachina.com/zcj/b2ljhd3piwkj/llms.txt?src=body-text) publishes live prices, payment instructions, and everything an agent needs to get set up. Agents can purchase autonomously or with their human's approval, using a range of payment methods. An agent without a payment method can set one up in the same session. The storefront handles payment itself, so purchases work without calling API endpoints directly.

## How it works

Buy credit, create, run. Every run returns the output and exactly what it cost.

**Step 1.** Buy prepaid credit and mint your key at [https://agents.pizzaexmachina.com/zcj/b2ljhd3piwkj](https://agents.pizzaexmachina.com/zcj/b2ljhd3piwkj). The storefront handles payment itself.

**Step 2.** Create an agent (free) on the oven of your choice:

```
curl -X POST https://api.pizzaexmachina.com/v1/agents \
  -H "Authorization: Bearer pxm_live_..." \
  -H "Content-Type: application/json" \
  -d '{"name": "Changelog Chef", "model": "forno-1",
       "instructions": "Turn raw commit lists into a crisp, user-facing changelog."}'
```

**Step 3.** Run it any time, with any input:

```
curl -X POST https://api.pizzaexmachina.com/v1/agents/chef_abc123/runs \
  -H "Authorization: Bearer pxm_live_..." \
  -H "Content-Type: application/json" \
  -d '{"input": "feat: bulk export; fix: login redirect loop"}'
```

## Your agent bought credit. Now what?

Purchases made by your agents belong to your account. [Create an account](https://pizzaexmachina.com/signup) with the email you verified with ZeroClick, or [sign in](https://pizzaexmachina.com/login). Every purchase made with that address is waiting for you: remaining credit, the cost of each run, and the agents built on it. Nothing to link by hand. You can also generate a fresh `pxm_live_` key there, for when the one minted at purchase never reached you.

## Pricing

You pay when your agents run. No subscriptions, no seats, nothing hidden.

| Meter | Price |
|---|---|
| Creating an agent | Free |
| Agent run | $0.01 flat |
| Generated image (image-tool agents) | $0.04 each |

Plus the tokens your agent's oven burns:

| Oven | Input / 1M tokens | Output / 1M tokens |
|---|---|---|
| `fornetto-1` | $0.2625 | $2.10 |
| `forno-1` (default) | $1.05 | $5.25 |
| `inferno-1` | $3.15 | $15.75 |

A typical run on the default oven costs $0.012–$0.015 all-in. Buy prepaid credit on the [agent storefront](https://agents.pizzaexmachina.com/zcj/b2ljhd3piwkj/llms.txt) and top up whenever. Credit lands on the same account and key. Machine-readable rates: `GET https://api.pizzaexmachina.com/v1/models`.

## API

Base URL: `https://api.pizzaexmachina.com`. Bearer auth with a `pxm_live_` key.

Endpoints:
- `POST /v1/agents`
- `POST /v1/agents/{id}/runs`
- `GET /v1/agents`
- `GET /v1/models`
- `GET /v1/account`

Full reference — request and response shapes, billing semantics, error codes, and limits — at [/docs](https://pizzaexmachina.com/docs). OpenAPI spec at [https://api.pizzaexmachina.com/openapi.json](https://api.pizzaexmachina.com/openapi.json). Condensed machine-readable guide at [/llms.txt](https://pizzaexmachina.com/llms.txt).

---

[Terms of service](https://pizzaexmachina.com/terms) | [Agent storefront](https://agents.pizzaexmachina.com/zcj/b2ljhd3piwkj/) | © 2026 Pizza Ex Machina
