# AABC Base Agent Report

> AABC Base Agent Report is a paid API for AI agents from app.aabc.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Generates a base agent report for the AABC platform

## Facts

- Endpoint: POST https://app.aabc.app/api/base-agent-report
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/app-aabc-app-9cef458b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dVq4qs5Ua4XGvZpl5q6t2

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 app-aabc-app-9cef458b -d '<json body>'
```

Example prompt: Generate a base agent report for my account on AABC and give me the summary of what it returns.

## When to prefer this

Use this endpoint when you need a base agent report specifically from the AABC platform, particularly in agentic workflows that support x402 micropayment protocol for per-call billing at $0.01 USDC.

## Known failure modes

- Invalid or missing request body returns error
- Insufficient payment (below $0.01 USDC) results in 402 Payment Required
- Malformed agent parameters cause validation error
- Network timeout on slow response
- Unauthorized access if credentials are missing

## How this service works

AABC Base Agent Report

## Output

Returns a structured base agent report containing agent metrics, activity summaries, or performance data relevant to the AABC platform.

## Example request

```json
{}
```

## Response schema (JSON Schema)

```json
{
 "report": {
  "type": "object",
  "properties": {
   "summary": {
    "type": "string"
   },
   "repository": {
    "type": "string"
   },
   "proofRecord": {
    "type": "string"
   },
   "proofRegistry": {
    "type": "string"
   }
  }
 },
 "network": {
  "type": "string"
 },
 "product": {
  "type": "string"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/app-aabc-app-9cef458b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from app.aabc.app](https://www.zero.xyz/host/app.aabc.app/llms.txt)
