# Edge Agents India Structural Macro Profile

> Edge Agents India 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).

Returns an evidence-backed structural macroeconomic profile of India, including cycle, inflation, labour, and growth analysis with provenance and confidence signals.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-in-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-india-structural-macro-profile-3486d7f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZmSn6WieTQBCSma0-PdFK

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-india-structural-macro-profile-3486d7f2
```

Example prompt: Can you pull the current structural macro profile for India — I need the evidence on economic cycle, inflation, and labour market with confidence levels and source provenance for a board briefing?

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed macroeconomic profile specifically for India with explicit provenance, confidence ratings, and acknowledged limitations — as opposed to generic LLM-generated country summaries that lack sourcing. Ideal for decision intelligence workflows where traceability and bounded conclusions are required by CFOs, boards, or autonomous agents performing country risk assessment.

## Known failure modes

- Payment not received or invalid USDC payment results in 402 response
- Service may return data status other than 'complete' if live evidence is unavailable
- Evidence assets array may be empty if live sources are not accessible at call time
- Stale or point-in-time policy data if called during data refresh windows
- Network timeout or upstream data provider unavailability

## How this service works

Premium twelve-indicator structural macro profile for India, 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 India 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 structured JSON report containing: quality status and confidence rating, macro family classification, economic intents (evidence, cycle, inflation, labour, growth), a narrative summary of India's structural macro findings, evidence assets and policy point-in-time, signed provenance from edge-agents.ai, generation timestamp, schema version, and stated limitations on coverage and source freshness. Comes with a disclaimer that output is general market research, not investment advice.

## 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 India Structural Macro Profile findings appear here."
  },
  "evidence": {
   "assets": [
    "IND"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-in-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-india-structural-macro-profile-3486d7f2/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)
