# AI Pin Agentic Chat

> AI Pin Agentic Chat is a paid API for AI agents from api.ai-pin.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-20).

Real-time AI chat endpoint for event planning and travel agent assistance, enabling interactive planning and exploration sessions.

## Facts

- Endpoint: GET https://api.ai-pin.io/agentic-chat
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-20
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-pin-agentic-chat-2b5454f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__svZTFRkiMZCESwoXXf68

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 ai-pin-agentic-chat-2b5454f3
```

Example prompt: I'm planning a 5-day trip to Tokyo in late October for two people — can you chat with the AI Pin travel agent to help me figure out the best neighborhoods to stay, must-see experiences, and a rough daily itinerary?

## When to prefer this

Choose this endpoint when you need a real-time, conversational AI assistant for travel or event planning use cases — particularly when the user wants interactive back-and-forth recommendations rather than a static itinerary. Prefer this over the itinerary generation endpoint when the user's needs are exploratory or require clarification. Well-suited for agents that need to quickly surface destination ideas, event concepts, or planning frameworks in a chat-style response at very low cost ($0.01 per call).

## Known failure modes

- Payment not received — endpoint returns 402 if USDC payment of $0.01 is not included
- Malformed request — missing required query parameters returns an error response
- Rate limiting — too many requests in a short window may result in throttling
- Vague or ambiguous input — AI may return generic responses if the planning query lacks sufficient detail
- Service downtime — occasional unavailability of the agentic backend

## How this service works

AI Event Planner & AI Travel Agent — plan, explore, and book smarter with AI. Pay once to unlock a real-time chat demo.

## Output

A JSON object containing a success boolean and a data object with the AI's conversational response, including planning recommendations, travel suggestions, event ideas, or answers to the user's query in real-time chat format.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "schema": {
  "type": "object",
  "required": [
   "success",
   "data"
  ],
  "properties": {
   "data": {
    "type": "object"
   },
   "success": {
    "type": "boolean"
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-pin-agentic-chat-2b5454f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.ai-pin.io](https://www.zero.xyz/host/api.ai-pin.io/llms.txt)
