# Hermes Plant AI Operator Product Purchase

> Hermes Plant AI Operator Product Purchase is a paid API for AI agents from hermesplant.com, paid per call via x402, $9/call, status unknown (last checked 2026-09-10).

Purchases and delivers AI operator products and safety workflow tools (e.g. Operator OS Core, DestructGuard, IncidentScribe, ReviewQueue) by product slug, returning a download URL.

## Facts

- Endpoint: GET https://hermesplant.com/api/purchase/%7Bslug%7D
- Price: $9/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hermes-plant-ai-operator-product-purchase-c9e15380
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U55d58vaO_FqBPs454dgE

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 hermes-plant-ai-operator-product-purchase-c9e15380
```

Example prompt: Can you purchase the DestructGuard pack from Hermes Plant for me and send the download link to me@example.com?

## When to prefer this

Use this endpoint when an agent needs to programmatically purchase and immediately receive a download link for a specific Hermes Plant AI operator or safety workflow product (Operator OS Core, DestructGuard, IncidentScribe, ReviewQueue) using x402 micropayment. Prefer this over manual checkout flows when instant, automated delivery is needed.

## Known failure modes

- Invalid or unknown product slug returns a 404 or error status
- Payment not completed or x402 payment rejected results in access denied
- Expired download URL after the expiresAt timestamp renders the link unusable
- Malformed email parameter may be ignored or cause a validation error
- Network or server error returns a 5xx response with no download URL

## How this service works

Put a deterministic safety gate before consequential shell, Git, SQL, infrastructure, deploy, x402, and MCP actions, then preserve machine-readable evidence and receipts.

## Output

A JSON object containing a fulfillment status ('fulfilled'), the requested product slug, an ISO-8601 expiration timestamp for the download, and a secure download URL to retrieve the purchased AI operator product.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "email": {
   "type": "string",
   "description": "Optional contact email recorded with the order"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "fulfilled",
  "product": "<requested-product-slug>",
  "expiresAt": "<ISO-8601 expiration timestamp>",
  "downloadUrl": "https://hermesplant.com/api/downloads/<token>"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hermes-plant-ai-operator-product-purchase-c9e15380/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hermesplant.com](https://www.zero.xyz/host/hermesplant.com/llms.txt)
