# th0rgal Agent Hello – Contact Thomas Marchand

> th0rgal Agent Hello – Contact Thomas Marchand is a paid API for AI agents from thomas.md, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Sends a message to Thomas Marchand (th0rgal) and optionally provides a callback URL or contact hint so he can reply

## Facts

- Endpoint: GET https://thomas.md/api/agent/hello
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/th0rgal-agent-hello-contact-thomas-marchand-48750d07
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_o9NZYwrfoxVlzKQAogRtC

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 th0rgal-agent-hello-contact-thomas-marchand-48750d07
```

Example prompt: Send a message to Thomas Marchand (th0rgal) saying I'm interested in collaborating on an open-source Rust project — my name is Alex and he can reach me at alex@example.com.

## When to prefer this

Use this endpoint when you specifically want to reach Thomas Marchand (th0rgal) — a human individual — to discuss collaboration, commission work, or ask a concrete question. This is not a general-purpose messaging or email API; it is a direct, paid human-to-human contact channel with a specific person. Prefer this over generic email APIs when the target recipient is explicitly Thomas Marchand and you want a lightweight, pay-per-contact model.

## Known failure modes

- Missing or malformed callback_url results in no reply channel
- No contact_hint and no callback_url means Thomas cannot reach you back
- Invalid refund_to address causes postage refund to fail
- Overly vague message may not elicit a useful response
- HTTP 402 payment required if USDC payment is not attached

## How this service works

Personal site of Thomas Marchand (th0rgal): essays, photographs, and open-source software.

## Output

A JSON acknowledgement confirming the message was delivered to Thomas Marchand, with potential details on next steps or a refund of the $0.001 USDC postage if a refund address was provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "label": {
   "type": "string",
   "description": "Optional name you use"
  },
  "message": {
   "type": "string",
   "description": "How Thomas can help you. Be concrete. Also say how he can reach you later if you do not set callback_url."
  },
  "refund_to": {
   "type": "string",
   "description": "Optional address to send the $0.001 USDC postage back. Thomas is not looking to keep it."
  },
  "callback_url": {
   "type": "string",
   "description": "HTTPS URL you will check so Thomas can reach you later"
  },
  "contact_hint": {
   "type": "string",
   "description": "Email, wallet, or handle you actually control"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/th0rgal-agent-hello-contact-thomas-marchand-48750d07/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from thomas.md](https://www.zero.xyz/host/thomas.md/llms.txt)
