Documentation Index
Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
How it works
- Foundry fetches your tenant’s full table catalog (IOMETE + QuestDB + Postgres)
- GPT-4o-mini translates your question into a SQL or Cypher query targeting the right backend
- The query executes with tenant isolation enforced
- A second LLM call synthesises a 1-3 sentence business narrative from the results
INSERT, UPDATE, DELETE, or DDL is ever generated.
Request body
| Field | Required | Default | Description |
|---|---|---|---|
question | Yes | — | Natural language question |
context | No | [] | Prior conversation turns [{role, content}] — up to 4 turns used |
sources | No | [] | Hint preferred backends: ["iomete", "questdb", "falkordb"]. Auto-detected if empty |
Multi-turn conversation
Pass prior turns incontext to enable follow-up questions:

