# Decision Data Studio — Automation Data Toolkit Bundle

> Decision Data Studio — Automation Data Toolkit Bundle is a paid API for AI agents from api.ikoles.dev, paid per call via x402, $24/call, status unknown (last checked 2026-09-13).

Downloads a ZIP bundle 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/automation-data-toolkit-bundle
- Price: $24/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/decision-data-studio-automation-data-toolkit-bundle-a9d460b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v-CH9nJE5IoNOLgdFahKf

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-automation-data-toolkit-bundle-a9d460b5
```

Example prompt: Download the automation data toolkit bundle from Decision Data Studio as a ZIP file so I can use the EU tender shortlists and agent workflow utilities locally.

## When to prefer this

Choose this endpoint when you need the complete Decision Data Studio automation data toolkit, including EU tender shortlist data and local-first agent workflow tools, packaged as a single downloadable ZIP. Prefer it over individual data feeds when you want a bundled, ready-to-use collection of utilities rather than querying separate endpoints.

## Known failure modes

- Payment not completed — returns HTTP 402 requiring $24 USDC payment before delivery
- Invalid format parameter — only 'zip' is accepted; other values result in a 400 error
- Service unavailable — the endpoint may return 503 if the bundle is temporarily unavailable
- Malformed request — missing required 'type' or 'method' fields returns a validation error

## 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, and verified EU tender shortlist data from 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-automation-data-toolkit-bundle-a9d460b5/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)
