# Edge Agents Indonesia Structural Macro Profile

> Edge Agents Indonesia Structural Macro Profile is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Delivers an evidence-backed structural macroeconomic profile of Indonesia covering growth cycles, inflation, labour markets, and macro risk with signed provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-id-structural-profile
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-indonesia-structural-macro-profile-487774bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V_KuzT_hRxMxh2FC33RBw

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 edge-agents-indonesia-structural-macro-profile-487774bc
```

Example prompt: Can you pull the Edge Agents structural macro profile for Indonesia — I need the full evidence-backed report with cycle phase, inflation, labour, and growth findings, including provenance and any contradictions flagged?

## When to prefer this

Choose this endpoint when you need a structured, signed, evidence-bound macroeconomic profile specifically for Indonesia with explicit provenance and contradiction flagging — particularly for board-level, CFO, or autonomous agent workflows that require auditability and bounded decision intelligence rather than raw data feeds or general news summaries.

## Known failure modes

- Payment not included or insufficient USDC — 402 Payment Required returned
- Service ID path mismatch — endpoint returns 404
- Data temporarily unavailable — dataStatus may reflect incomplete coverage
- Stale or limited source freshness — stated explicitly in limitations field of the report
- Network timeout on the paid gateway — retry with valid payment

## How this service works

Premium twelve-indicator structural macro profile for Indonesia, covering growth, inflation, labour, external balance, trade, savings, investment, reserves, real rates and central-government debt where available. Purpose: Provide an autonomous agent one normalized Indonesia structural macro brief with explicit coverage, latest observation years and missing indicators. 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON report containing: macro family classification, economic cycle intents (inflation, growth, labour), a narrative summary of Indonesia's structural macro findings, evidence assets with source provenance (signed by edge-agents.ai), data quality status and confidence level, policy point-in-time stance, limitations on coverage and source freshness, a disclaimer noting general research (not investment advice), schema version, and a UTC generation timestamp.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "macro",
   "intents": [
    "evidence",
    "cycle",
    "inflation",
    "labour",
    "growth",
    "sovereign-debt"
   ],
   "summary": "Fresh Indonesia Structural Macro Profile findings appear here."
  },
  "evidence": {
   "assets": [
    "IDN"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-id-structural-profile",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-indonesia-structural-macro-profile-487774bc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
