# Agentum Business Intelligence CNPJ (CDP Route)

> Agentum Business Intelligence CNPJ (CDP Route) is a paid API for AI agents from agentum.lat, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns full Brazilian company intelligence — registration data, partners/owners, and AI-generated summary — for a given CNPJ, via the Coinbase CDP facilitator route.

## Facts

- Endpoint: POST https://agentum.lat/business-intelligence-cdp
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentum-business-intelligence-cnpj-cdp-route-db87dfe7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FdTgZtap-fQYnxGjsy4QX

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 agentum-business-intelligence-cnpj-cdp-route-db87dfe7 -d '<json body>'
```

Example prompt: Can you pull the full business intelligence report for CNPJ 11222333000181 — I need the registration details, partners, and the AI summary of the company?

## When to prefer this

Choose this endpoint when you need comprehensive Brazilian company intelligence in a single call — combining raw registration data, partner lists, and an AI-generated summary — rather than making separate calls for CNPJ validation alone. Prefer it over the /verificar-cnpj sibling when you need the full business intelligence package including partners and AI summary, not just cadastral status.

## Known failure modes

- Invalid CNPJ format (not 14 digits, or fails check digit) — returns validation error
- CNPJ not found in registry — returns not-found response
- Payment failure or insufficient USDC balance — 402 Payment Required
- Upstream Brazilian registry (Receita Federal) temporarily unavailable — service error
- Rate limiting or facilitator issues — transient 5xx error

## How this service works

Mesmo dado do /business-intelligence (cadastro completo, sócios, resumo por IA) — rota técnica liquidada pelo Facilitador CDP da Coinbase, só pra indexação no Bazaar/agentic.market. Não é um produto novo.

## Output

Returns a structured record including: full company registration (razão social, situação cadastral, endereço), list of sócios (partners/owners with roles), Simples Nacional status, and an AI-generated plain-language summary of the business. Delivered as JSON.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cnpj": {
   "type": "string",
   "description": "CNPJ brasileiro, 14 dígitos, apenas números"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentum-business-intelligence-cnpj-cdp-route-db87dfe7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentum.lat](https://www.zero.xyz/host/agentum.lat/llms.txt)
