# codex.everygoodwork.io E2E Test Article

> codex.everygoodwork.io E2E Test Article is a paid API for AI agents from codex.everygoodwork.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieves a test article page that verifies the full content lifecycle on the codex.everygoodwork.io platform via a paid GET request

## Facts

- Endpoint: GET https://codex.everygoodwork.io/0x3E370228B215d8baa9008a60Cc29F185375480D0/e2e-test-1771113668931
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/codex-everygoodwork-io-304bb75b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2vI3HjJ2i1GJWM85mOZrj

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 codex-everygoodwork-io-304bb75b
```

Example prompt: Fetch the E2E test article from codex.everygoodwork.io — the one at path /0x3E370228B215d8baa9008a60Cc29F185375480D0/e2e-test-1771113668931 — using the x402 protocol and paying 0.01 USDC.

## When to prefer this

Use this endpoint when you specifically need to retrieve this particular E2E test article from the codex.everygoodwork.io platform to verify content lifecycle functionality or test the x402 micropayment flow. Best suited for developers testing the x402 protocol integration or content retrieval from everygoodwork's codex.

## Known failure modes

- Payment failure: insufficient USDC balance or incorrect payment amount returns a 402 Payment Required error
- Invalid URL or path: article not found returns 404
- Missing required payment protocol fields returns a 400 Bad Request
- Network/Cloudflare gateway errors may return 5xx responses
- Incorrect HTTP method returns method not allowed error

## How this service works

E2E TestThis article was created via the API to verify the full content lifecycle. LSB is a member of the E2E community.

## Output

Returns an HTML page containing the E2E test article content, which was created via the API to verify the full content lifecycle on the codex.everygoodwork.io platform. The response confirms article retrieval and content accessibility.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url",
  "method",
  "protocol",
  "payment_amount",
  "payment_currency"
 ],
 "properties": {
  "url": {
   "type": "string"
  },
  "method": {
   "type": "string"
  },
  "protocol": {
   "type": "string"
  },
  "payment_amount": {
   "type": "string"
  },
  "payment_currency": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "text/html"
}
```

## More

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