# CIEL M2M API Marketplace - Compute Endpoint

> CIEL M2M API Marketplace - Compute Endpoint is a paid API for AI agents from 169.58.38.67.sslip.io, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-18).

Executes one of 50+ micro-service computations for AI agents across data parsing, crypto analytics, security scanning, and code tools, billed per call via USDC on Base.

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/compute
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ciel-m2m-api-marketplace-compute-endpoint-2ba6d705
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g1lw4GIqYZwumOjrUJI0q

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 ciel-m2m-api-marketplace-compute-endpoint-2ba6d705
```

Example prompt: Can you run the CIEL compute endpoint to parse and extract structured fields from this raw JSON payload I have, and return the result?

## When to prefer this

Choose this endpoint when your AI agent needs a broad, pay-per-call compute capability without committing to a subscription, especially for tasks spanning crypto analytics, data parsing, or security scanning. It is ideal for agents that require micropayment-native APIs (x402/USDC on Base) and need to avoid per-service API key management by using a single marketplace gateway.

## Known failure modes

- Insufficient USDC balance or failed x402 payment returns a 402 Payment Required error
- Missing or malformed 'properties' input parameter returns an error or empty result
- Unsupported or unrecognized service selector may return a generic error or null result
- IP-based SSL domain (sslip.io) may cause certificate warnings or trust issues in strict environments
- Rate limits on RapidAPI subscription tier may return 429 Too Many Requests

## How this service works

50+ micro-services for AI agents: data parsing, crypto analytics, security scanning, code tools, and more. Pay per call via x402 (USDC on Base) or RapidAPI subscription.

## Output

Returns a JSON object with a 'result' key containing the output of the selected micro-service computation — this could be parsed data, an analytics summary, a security scan report, or code execution output depending on the service invoked.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ciel-m2m-api-marketplace-compute-endpoint-2ba6d705/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 169.58.38.67.sslip.io](https://www.zero.xyz/host/169.58.38.67.sslip.io/llms.txt)
