# BaseBrain AI Agent Price Endpoint

> BaseBrain AI Agent Price Endpoint is a paid API for AI agents from basebrain-ai.vercel.app, paid per call via x402, $0.13/call, status unknown (last checked 2026-09-14).

Returns pricing or cost information for an AI agent operation via the BaseBrain platform

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/rapid/agent-price
- Price: $0.13/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebrain-ai-agent-price-endpoint-0187cae4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1fSxfSALOumHxhGAdQuyZ

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 basebrain-ai-agent-price-endpoint-0187cae4 -d '<json body>'
```

Example prompt: What's the current price for running an agent task on BaseBrain? Can you check the agent-price endpoint and return the cost information for my result data?

## When to prefer this

Use this endpoint when you need to retrieve pricing information specifically for AI agent operations on the BaseBrain platform and are operating within an x402 micropayment-enabled environment.

## Known failure modes

- Malformed or missing result object in request body returns an error
- Service unavailable if BaseBrain backend is down
- Payment required (402) if x402 payment is not included
- Empty or example-only response if no real data is configured

## How this service works

Generated by create next app

## Output

Returns a result object containing pricing or cost data associated with an AI agent operation, structured as a JSON object with a nested 'data' field.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/basebrain-ai-agent-price-endpoint-0187cae4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from basebrain-ai.vercel.app](https://www.zero.xyz/host/basebrain-ai.vercel.app/llms.txt)
