Use your results with AI

Choose live MCP/API access or the signed portable package, and keep answers grounded in the same evidence.

Live access or a portable package

There are two supported ways to use TAVONEL output. Live access through Ask, the API or the read-only MCP server reads the active World and is the preferred path for a production assistant that needs the current revision. The signed knowledge package is a portable snapshot for offline work, handoff, archive and systems that consume files rather than an API.

Which surface for which use

Use caseRecommended surfaceWhy
AI/agent that should stay currentMCP or APIReads the active World, access policy and evidence without copying a stale snapshot.
TAVONEL workspace Q&AAskUses the same active World and returns source-grounded citations.
Local coding/research agent with folder accessSigned ZIPExtract once, grant the agent folder access, and let AGENTS.md describe the package contract.
Web chat with file upload but no local filesystemSigned ZIP or selected package filesThe chat must receive the bytes; a local path by itself does not grant access.
Graph/RDF/RAG importSigned ZIPUse the projection that matches the target system while retaining validation and provenance beside it.

Setting either path up

  1. Before using a result as organizational truth, confirm that the World you intend to use is active. A review_required candidate is not automatically authoritative.
  2. For a live agent, create a least-privilege API key and use the read-only MCP bridge or the REST API from the Developers surface.
  3. For a portable workflow, download the signed knowledge package and extract it without changing its internal paths.
  4. Give a filesystem-capable agent access to the extracted folder and tell it to read AGENTS.md first. The machine-readable manifest/ai-entrypoint.json points to retrieval, ontology, graph, provenance and validation files.
  5. Require the consuming AI to preserve uncertainty and cite the package evidence/source locator it actually used. README.md and AGENTS.md are instructions, not evidence sources.

Telling an agent what to read first

Minimal prompt for a local agent
Read AGENTS.md in this folder first. Use manifest/ai-entrypoint.json to locate the compiled knowledge and evidence. Answer from this package, preserve uncertainty, and cite the source evidence you relied on. If the task requires the latest organizational state, tell me to use the live TAVONEL MCP/API instead of assuming this snapshot is current.

What each package file is for

Package pathUse it for
README.mdHuman-facing start guide and integration choices.
AGENTS.mdInstructions for a filesystem-capable AI/agent.
manifest/ai-entrypoint.jsonMachine-readable map of the portable entrypoints and grounding rules.
rag/chunks.jsonlGeneric retrieval/RAG ingestion.
rag/documents.jsonlDocument-level retrieval records.
ontology/knowledge.jsonldJSON-LD semantic/ontology consumers.
ontology/knowledge.ttlRDF/Turtle graph consumers.
graph/nodes.csv + graph/relationships.csvSimple graph imports.
provenance/activities.jsonlLineage and provenance inspection.
validation/report.jsonWhether the result passed validation or still requires review.
manifest/export-manifest.json + signatures/Integrity verification for every signed package entry.

Note A filesystem path is not a connector. If an AI application cannot read local files, upload the package or use MCP/API instead of pasting a path it cannot access.

API version 2026-09-02.1 · reviewed 11 September 2026

Something here out of date or wrong? Report an issue with this page.