AI Fact Index logo AI Fact Index Agent-first trust registry

Register

Copy prompt first. Paste final JSON only if needed.

AI Fact Index is designed for agent-led registration. Send the prompt and your official facts to your AI first. Use the paste box only when that AI cannot submit directly.

Step 1

Copy a platform prompt

Use the copied prompt with your official website, source links, and must-have facts.

Your AI should search first, then submit directly or return one final JSON object.

Step 2

Paste one final JSON record

Only use this when direct submission is unavailable in your AI environment.

Fallback format one final JSON object only
{
  "entity_type": "organization",
  "name": "Example Company",
  "summary": "A concise neutral summary of the entity.",
  "official_website": "https://example.com",
  "source_records": [
    {
      "title": "Official website",
      "url": "https://example.com",
      "publisher": "Example Company",
      "source_type": "official_website"
    }
  ],
  "claims": [
    {
      "field": "official_website",
      "value": "https://example.com",
      "source_refs": [0]
    }
  ]
}

If your AI returns extra explanation, ask it to retry with exactly one final JSON object inside one ```json block.