Skip to main content

Install

Requires Python 3.9+.

Get an API key

Sign up at vrin.cloud to get your API key, then set it:
Or create one from the CLI:

Insert knowledge

VRIN automatically chunks the text, extracts structured facts, and indexes everything in the knowledge graph.

Query

Stream responses

Upload files

Bulk insert

Insert many documents at once from a JSON file:

Multi-turn conversations

For AI agents

VRIN is designed to be called by AI agents. When stdout is not a TTY (piped or called programmatically), output is automatically JSON. Use vrin --describe to get a machine-readable schema of all commands.

Next steps