# AgentBIT — pay-per-call API tools for AI agents

> AgentBIT — pay-per-call API tools for AI agents is a paid API for AI agents from agentbit.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

## Facts

- Endpoint: POST https://agentbit.app/v1/finance/sec-filings
- 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/v1-finance-sec-filings-4026237e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VoqN4IrgBFoQiXi4ZCptQ

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 v1-finance-sec-filings-4026237e -d '<json body>'
```

## How this service works

Live web, business, finance and security tools for AI agents. Pay per call with x402 — no signup, no API keys.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cik": {
   "type": "string",
   "description": "SEC CIK (numeric; zero-padding optional)"
  },
  "form": {
   "type": "string",
   "description": "Optional form filter, e.g. 10-K, 10-Q, 8-K"
  },
  "limit": {
   "type": "integer",
   "description": "Max filings to return (1-50, default 20)"
  },
  "ticker": {
   "type": "string",
   "description": "US equity ticker, e.g. AAPL"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/v1-finance-sec-filings-4026237e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentbit.app](https://www.zero.xyz/host/agentbit.app/llms.txt)
