# ATXP Agent Services Hub

> ATXP Agent Services Hub is a paid API for AI agents from hub.atxp.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Registers and provisions AI agents with identity, payments, communication, and tool capabilities via a unified services endpoint

## Facts

- Endpoint: POST https://hub.atxp.ai/v1/services
- 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/atxp-agent-services-hub-79b361ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LEnKlTkh4K5qcRPJOPHd5

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 atxp-agent-services-hub-79b361ab -d '<json body>'
```

Example prompt: Set up an ATXP account for my AI agent so it has its own identity, can make and receive payments, and is ready to buy and sell on x402 and MPP networks.

## When to prefer this

Choose this endpoint when you need to provision a new AI agent with a full-stack identity, payments, and communication setup in a single call, especially when the agent must interoperate with x402 or MPP ecosystems. Prefer this over bare wallet provisioning or standalone identity services when you need all capabilities bundled together under a single agentic account.

## Known failure modes

- Insufficient USDC balance to cover the $0.001 per call fee — payment rejected
- Invalid or missing service configuration parameters — 400 Bad Request
- x402 payment header malformed or missing — 402 Payment Required
- Duplicate agent registration conflict — 409 Conflict
- Downstream identity or payment provider unavailable — 503 Service Unavailable

## How this service works

ATXP gives AI agents identity, payments, communication, and tools. Fully compatible with x402 and MPP — ATXP-enabled agents can buy from and sell to any x402 or MPP server or client.

## Output

The agent receives provisioned account details including identity credentials, payment handles, and communication endpoints that are fully compatible with x402 and MPP protocols, enabling autonomous buying and selling from other compatible servers and clients.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atxp-agent-services-hub-79b361ab/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hub.atxp.ai](https://www.zero.xyz/host/hub.atxp.ai/llms.txt)
