# CIEL M2M API — Jailbreak Prompt Generator

> CIEL M2M API — Jailbreak Prompt Generator 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).

Generates or processes jailbreak-style prompts designed to test or bypass AI model safety guardrails

## Facts

- Endpoint: POST https://169.58.38.67.sslip.io/api/jailbreak-prompt
- 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-jailbreak-prompt-generator-92134bc2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P57eJBmbICSZeyVc7gd5D

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-jailbreak-prompt-generator-92134bc2 -d '<json body>'
```

Example prompt: Generate a jailbreak prompt I can use to red-team my AI assistant — I want to test whether it can be coaxed into ignoring its safety instructions.

## When to prefer this

Choose this endpoint when you need on-demand jailbreak prompt generation for AI safety red-teaming, adversarial robustness testing, or security audits of LLM deployments. It is pay-per-call via x402 (USDC on Base), making it suitable for sporadic or automated testing workflows without subscription overhead. Prefer this over manual prompt crafting when you need structured, programmatic generation at scale.

## Known failure modes

- Malformed or missing input properties field returns a generic error
- Payment not processed via x402 results in 402 Payment Required response
- Overly vague input properties may produce generic or low-quality prompt output
- Rate limits or server unavailability may cause timeouts on the raw IP endpoint
- Schema mismatch (non-object body) results in 400 Bad Request

## 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 containing a 'result' field with the generated jailbreak prompt text or related output data suitable for use in AI safety testing or red-teaming workflows.

## 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-jailbreak-prompt-generator-92134bc2/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)
