# Decision Data Studio — Codex Safe Paid Work Kit

> Decision Data Studio — Codex Safe Paid Work Kit is a paid API for AI agents from api.ikoles.dev, paid per call via x402, $15/call, status unknown (last checked 2026-09-14).

Downloads a ZIP archive containing local-first data and agent workflow tools plus verified EU tender shortlists from Decision Data Studio.

## Facts

- Endpoint: GET https://api.ikoles.dev/v1/products/codex-safe-paid-work-kit
- Price: $15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/decision-data-studio-codex-safe-paid-work-kit-0276c164
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_14nCO_pnBwkkTua5lFOy1

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 decision-data-studio-codex-safe-paid-work-kit-0276c164
```

Example prompt: Download the Decision Data Studio Codex Safe Paid Work Kit as a ZIP file — I need the EU tender shortlists and agent workflow tools bundle.

## When to prefer this

Choose this endpoint when you need a bundled, offline-capable set of agent workflow tools and verified EU tender data in a single ZIP download, particularly when working in a local-first or air-gapped environment and willing to pay a flat $15 USDC per retrieval rather than querying individual data endpoints separately.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Invalid or missing format parameter — returns 400 Bad Request
- Server-side error generating or serving the archive — returns 500
- Archive temporarily unavailable or being updated — returns 503
- Network timeout during large binary download

## How this service works

Local-first data and agent workflow tools from Decision Data Studio, plus verified EU tender shortlists and machine-callable utilities.

## Output

A binary ZIP archive delivered as a file download (application/zip), containing local-first data tools, agent workflow utilities, verified EU tender shortlists, and machine-callable helper scripts curated by Decision Data Studio.

## 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",
     "properties": {
      "format": {
       "enum": [
        "zip"
       ],
       "type": "string"
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "contentType",
      "format",
      "delivery"
     ],
     "properties": {
      "format": {
       "type": "string",
       "const": "binary"
      },
      "delivery": {
       "type": "string",
       "const": "download"
      },
      "contentType": {
       "type": "string",
       "const": "application/zip"
      }
     },
     "additionalProperties": false
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "format": "binary",
  "delivery": "download",
  "contentType": "application/zip"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/decision-data-studio-codex-safe-paid-work-kit-0276c164/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.ikoles.dev](https://www.zero.xyz/host/api.ikoles.dev/llms.txt)
