# CIEL M2M SMS Bridge API

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

Sends or receives SMS messages programmatically via a pay-per-call bridge endpoint on the CIEL M2M API Marketplace

## Facts

- Endpoint: POST https://169.58.38.67.sslip.io/api/sms-bridge
- Price: $0.25/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-sms-bridge-api-17cfd2fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_04GZ1LD4wi618dBYb5mFY

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-sms-bridge-api-17cfd2fe -d '<json body>'
```

Example prompt: Send an SMS to +1-555-867-5309 with the message 'Your order #4821 has shipped and will arrive by Friday' using the CIEL SMS bridge.

## When to prefer this

Choose this endpoint when an AI agent needs to send a single SMS notification, alert, or OTP to a phone number and wants to pay per call via USDC on Base (x402 protocol) without a monthly SMS subscription. It is well-suited for low-volume, on-demand messaging within automated agent workflows where setting up a full Twilio or similar subscription is overkill.

## Known failure modes

- Invalid or unformatted phone number returns error
- Insufficient USDC balance causes 402 payment required failure
- Message body missing or empty returns validation error
- Carrier routing failure results in undelivered status
- Rate limiting or quota exceeded on the underlying SMS provider
- Invalid API credentials or missing x402 payment header

## 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 field indicating delivery status or confirmation that the SMS was dispatched successfully. May include message ID or status code depending on carrier routing.

## 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-sms-bridge-api-17cfd2fe/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)
