Documentation for AI agents and LLMs
Efficient ways for AI agents and LLMs to access and consume Barikoi documentation.
For the complete documentation index, see llms.txt. Use this file to discover all available pages.
Use the following endpoints and tools to give AI agents and LLMs access to Barikoi documentation at lower token cost than fetching full web pages.
Quick start
Pick the method that matches your tool:
| Method | Best for | How |
|---|---|---|
| Per-page markdown | Chat interfaces (ChatGPT, Claude.ai) and coding agents | Replace .html or nothing with .md in the page URL. |
| Documentation bundles | Project rules and coding agents | Add a section-level llms-*.txt URL to your AI tool configuration or the general-purpose index (/llms.txt). |
Per-page markdown
Every documentation page has a lightweight markdown version accessible by appending .md to the page path. For example:
https://docs.barikoi.com/docs/maps-api.md
The above method is useful when you want to give an AI agent context about a specific topic or page without overwhelming it with the full HTML of that page.
Documentation bundles
At Barikoi, we support the llms.txt initiative to provide documentation for large language models (LLMs) and apps that use them. Below is a list of documentation files available.
Site-wide bundles
| Endpoint | Description | Size |
|---|---|---|
| /llms.txt | Index page with a list of all available documentation files. | ~20 kB |
| /llms-full.txt | Complete documentation for Barikoi, including Maps API, SDK guides, migration guides, and examples. | ~500 kB |
Usage examples
For chat interfaces: When asking ChatGPT, Claude, or other AI assistants about Barikoi, share the specific page URL:
I'm working with Barikoi Maps. Context: https://docs.barikoi.com/docs/maps-api.md
For coding agents: Configure your AI coding tool to include the documentation bundle:
{
"context": [
"https://docs.barikoi.com/llms.txt"
]
}
For specific topics: Use per-page markdown URLs for focused questions:
- Maps API:
https://docs.barikoi.com/docs/maps-api.md - Android SDK:
https://docs.barikoi.com/android/android-intro - Flutter SDK:
https://docs.barikoi.com/flutter/Barikoi%20Map%20Flutter/flutter-intro - React Native:
https://docs.barikoi.com/react-native/getting-started - Python SDK:
https://docs.barikoi.com/python-sdk/python - Laravel Package:
https://docs.barikoi.com/laravel/laravel-intro
Available SDKs and Platforms
- Web/JavaScript: Barikoi GL JS, React Bkoi GL
- Android: Location Library, Map SDK
- Flutter: Barikoi Map Flutter
- React Native: Getting Started
- Python: Python SDK
- Laravel: Laravel Package
- APIs: Autocomplete, Geocoding, Nearby, Routing