# Apollo Agentic Insights Bundle

> Apollo Agentic Insights Bundle is a paid API for AI agents from apolloai.team, paid per call via x402, $0.12/call, status down (last checked 2026-09-15).

Returns a bundled intelligence pack combining agentic economy trends, agent discovery pain points, and residential proxy infrastructure status in a single discounted call.

## Facts

- Endpoint: GET https://apolloai.team/api/bundle/agentic-insights
- Price: $0.12/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apollo-agentic-insights-bundle-fd6c124f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_llsGnwW_cgm-ZehJZ2Ff7

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 apollo-agentic-insights-bundle-fd6c124f
```

Example prompt: Pull up the agentic insights bundle for me — I want to see the latest trends in the agentic economy, the top agent discovery pain points, and whether residential proxy infrastructure is available, all in one shot.

## When to prefer this

Choose this endpoint when you need trends, pain points, and proxy infrastructure status together and want to save ~40% versus calling each feed individually. Prefer it over individual endpoints when doing a broad market scan of the agentic economy in a single request.

## Known failure modes

- 402 Payment Required if USDC payment header is missing or insufficient
- Service unavailable if upstream data feeds are stale or unresponsive
- Empty or partial bundle if one component feed (e.g. proxy-status) is temporarily down
- Malformed response if bundle ID is incorrect or not recognized

## How this service works

Agentic Insights bundle: trends + pain points + infra access. Premium intelligence pack.

## Output

A JSON object containing: total agentic trend count with top signal label, list of bundle components, pain points total with top cluster name, infrastructure country coverage count, proxy availability status, and estimated savings versus buying each feed individually (40%).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "bundle": "agentic-insights",
  "trends": {
   "total": 18,
   "top_signal": "x402 Protocol Adoption"
  },
  "components": [
   "agentic-trends",
   "pain-points",
   "proxy-status"
  ],
  "pain_points": {
   "total": 42,
   "top_cluster": "Agent Discovery"
  },
  "infrastructure": {
   "countries": 190,
   "proxy_status": "available"
  },
  "savings_vs_individual": "40%"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apollo-agentic-insights-bundle-fd6c124f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apolloai.team](https://www.zero.xyz/host/apolloai.team/llms.txt)
