Quick Start is framed as an execution surface instead of a generic article. Use it when you need direct context, concise operational detail, and a fast path into getting started.
Concepts
article
Introduction
Piri is a spatial database built for AI agents. It exposes a full geospatial toolkit over the Model Context Protocol, so LLM agents get deterministic spatial tools — proximity search, geofencing, polygon intersection, H3 indexing — without hallucination.
download
Installation
Requires Go 1.25+.
travel_explore
R-tree Indexing
High-performance spatial indexing for fast geographic and geometric queries.
Agentic Tools
getting_started_quickstart.json
{
"tool_name": "getting_started_quickstart",
"scope": "Getting Started",
"description": "Get up and running with Piri in 5 minutes.",
"parameters": {
"workspace": "default",
"surface": "getting-started",
"focus": "Quick Start",
"mode": "reference"
}
}