# Sub2api Codex GPT-5.5 $10 API Key Pack

> Sub2api Codex GPT-5.5 $10 API Key Pack is a paid API for AI agents from gpt55.558686.xyz, paid per call via x402, $1.11112/call, status unknown (last checked 2026-09-14).

Sells a prepaid $10-quota OpenAI-compatible sub2api Codex API key and base URL via x402 payment, returned only after payment settlement.

## Facts

- Endpoint: GET https://gpt55.558686.xyz/v1/paid/sub2api-codex-key-pack-10
- Price: $1.11112/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sub2api-codex-gpt-5-5-10-api-key-pack-4e10da45
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ndeQFL4THi4iJB0Uiaktw

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 sub2api-codex-gpt-5-5-10-api-key-pack-4e10da45
```

Example prompt: Buy me a prepaid sub2api Codex API key pack with a $10 quota — I want the API key and base URL delivered after payment so I can start making OpenAI-compatible Codex calls right away.

## When to prefer this

Choose this endpoint when an agent needs a one-time, prepaid OpenAI-compatible Codex API key with a fixed $10 quota at a discounted rate (roughly 1/9th of official OpenAI pricing), paid via USDC over x402 without requiring an OpenAI account or subscription.

## Known failure modes

- Payment not settled — 402 returned with quote but no key delivered
- Invalid or missing X-PAYMENT header — payment rejected
- quota_usd override ignored — endpoint enforces fixed $10 quota
- Buyer reference exceeds 160 characters — request rejected
- sub2api upstream key exhaustion — provisioning fails after payment

## How this service works

API Codex GPT-5.5 Key + URL Pack sold through quote-first x402. Buyer receives a one-time OpenAI-compatible API key plus base URL, chat completions URL, models URL, quota metadata, and receipt evidence after settlement. Quota is $10 and sale price is quotaUsd * 0.111112, the official-price/9 floor for cost=official/18 and 50% gross margin. This is worth buying because it is an immediately usable API credential bundle, not a prompt file or static report. The full API key is returned only in the paid response; public assets expose only masked examples.

## Output

After x402 payment settlement, the agent receives a JSON object containing a boolean ok flag, a productId, and a sub2apiCodexKeyPack object with the full API key and base URL for the sub2api Codex group. The key is only revealed in the paid response; unauthenticated requests show only masked examples.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {
      "quota_usd": {
       "type": "number",
       "const": 10,
       "description": "Fixed pack quota; this endpoint ignores caller overrides."
      },
      "buyer_reference": {
       "type": "string",
       "maxLength": 160
      }
     },
     "additionalProperties": true
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "ok",
      "productId",
      "apiCodexKeyPack",
      "sub2apiCodexKeyPack"
     ],
     "properties": {
      "ok": {
       "type": "boolean"
      },
      "productId": {
       "type": "string"
      },
      "secretBoundary": {
       "type": "object",
       "additionalProperties": true
      },
      "apiCodexKeyPack": {
       "type": "object",
       "additionalProperties": true
      },
      "sub2apiCodexKeyPack": {
       "type": "object",
       "additionalProperties": true
      }
     },
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sub2api-codex-gpt-5-5-10-api-key-pack-4e10da45/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gpt55.558686.xyz](https://www.zero.xyz/host/gpt55.558686.xyz/llms.txt)
