# HTTPay Turso Platform API Gateway

> HTTPay Turso Platform API Gateway is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Proxies POST requests to the Turso Platform API organizations endpoint via HTTPay's x402 micropayment gateway

## Facts

- Endpoint: POST https://httpay.xyz/api/gateway/turso/v1/organizations
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-turso-platform-api-gateway-44301c2b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1fFHAaczmQ994ooIgiQ5k

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 httpay-turso-platform-api-gateway-44301c2b -d '<json body>'
```

Example prompt: Create a new organization on Turso's platform called 'acme-dev' — use the pay-per-call gateway so I don't need a Turso subscription.

## When to prefer this

Use this endpoint when you need to interact with the Turso Platform API organizations endpoint on a pay-per-call basis without committing to a full Turso API subscription. Ideal for agents that only occasionally need to provision or manage Turso organizations, or when building workflows that require metered, micropayment-based access to database infrastructure APIs.

## Known failure modes

- Payment not included or insufficient — x402 payment required error
- Invalid Turso API credentials or missing auth token — 401 Unauthorized from upstream
- Malformed request body — Turso returns 400 Bad Request
- Turso API rate limit exceeded — 429 Too Many Requests from upstream
- Turso service unavailable — 503 from upstream
- Gateway timeout if Turso API is slow to respond

## How this service works

API Gateway: Turso Platform API

## Output

Returns the Turso Platform API response for the organizations POST endpoint — typically a JSON object containing the newly created organization's ID, name, slug, and metadata, or an error if the request failed.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-turso-platform-api-gateway-44301c2b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
