# httpay.xyz API Gateway: Neon API – Create Project

> httpay.xyz API Gateway: Neon API – Create Project is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Creates a new Neon serverless Postgres project via a paid API gateway using the x402 micropayment protocol

## Facts

- Endpoint: POST https://httpay.xyz/api/gateway/neon/v2/projects
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-api-gateway-neon-api-create-project-1baf8990
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cxVPovgro8Tu76JzheTb4

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-xyz-api-gateway-neon-api-create-project-1baf8990 -d '<json body>'
```

Example prompt: Create a new Neon serverless Postgres project for me — name it 'my-app-db', use the us-east-1 region, and set it up with the latest Postgres version.

## When to prefer this

Use this endpoint when you need to programmatically provision a new Neon serverless Postgres project and are operating in a micropayment-enabled (x402) environment, especially when you want to pay per-call without managing Neon API keys directly — this gateway abstracts Neon credentials behind a $0.001 USDC payment.

## Known failure modes

- Payment failure or insufficient USDC balance returns 402 Payment Required
- Invalid project configuration returns 400 Bad Request with validation errors
- Neon API upstream outage returns 502 or 503 error
- Authentication or gateway authorization failure returns 401 or 403
- Duplicate project name conflicts may return 409 Conflict

## How this service works

API Gateway: Neon API

## Output

Returns a Neon project object including the project ID, connection URI, database endpoint hostname, and configuration details needed to connect to the newly provisioned serverless Postgres database.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-api-gateway-neon-api-create-project-1baf8990/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)
