AI
AIPC
v0.1.0
How It Works
Spec
Playground
Examples
Docs
Blog
Community
GitHub
Example
Financial Quote (Morningstar VFIAX)
Drug Interaction (Healthcare)
Property Listing (Real Estate)
Weather Forecast
News Article
Validate
Reset to Example
Contract Editor
JSON
{ "aipc_version": "0.1.0", "provider": { "id": "morningstar", "name": "Morningstar, Inc.", "authority": "SEC-registered investment adviser", "contract_version": "2026-02-01", "terms_url": "https://morningstar.com/api-terms" }, "contract": { "disclosures": [ { "id": "past-performance", "text": "Past performance is not indicative of future results.", "verbatim": true, "scope": [ "payload.returns.*" ], "placement": "adjacent", "priority": "required" }, { "id": "expense-note", "text": "Returns shown are before taxes and after fund expenses.", "verbatim": true, "scope": [ "payload.returns.*" ], "placement": "after", "priority": "required" } ], "display_rules": [ { "scope": [ "payload.returns.*" ], "format": { "type": "percentage", "precision": 2, "sign": "always" }, "context_required": [ "payload.returns.period", "payload.returns.as_of_date" ], "never_show_without": [ "disclosures.past-performance" ] }, { "scope": [ "payload.fund_info.expense_ratio" ], "label": { "text": "Expense Ratio", "verbatim": true }, "format": { "type": "percentage", "precision": 2 } }, { "scope": [ "payload.price.current" ], "format": { "type": "currency", "currency_field": "payload.price.currency", "precision": 2 } } ], "attribution": { "required": true, "text": "Data provided by Morningstar, Inc.", "verbatim": true, "placement": "global" }, "freshness": { "generated_at": "2030-01-01T14:30:00Z", "valid_until": "2030-12-31T23:59:00Z", "stale_behavior": "warn", "expired_behavior": "suppress" }, "tone": { "framing": "neutral", "prohibited_framings": [ "recommendation", "advice" ], "editorial_restrictions": { "no_superlatives": true, "no_personalized_advice": true } }, "fail_behavior": "suppress" }, "payload": { "ticker": "VFIAX", "name": "Vanguard 500 Index Fund Admiral Shares", "price": { "current": 423.17, "currency": "USD", "as_of": "2026-02-16T13:30:00Z" }, "returns": { "ytd": 0.0312, "1yr": 0.1247, "3yr": 0.0891, "5yr": 0.1103, "10yr": 0.1298, "period": "annualized", "as_of_date": "2026-01-31" }, "fund_info": { "expense_ratio": 0.0004, "category": "Large Blend", "risk_rating": 3, "inception_date": "2000-11-13" }, "ratings": { "overall": 5, "count": 14823 } } }
Rendered Blocks
Narrative Context
Simulated Output
Compliance Report
Validate LLM Output
Click
Validate
to process the contract.