What Octen Offers
Octen is the search infrastructure for AI: a real-time web search foundation that lets LLMs, agents, and apps reason with the world’s latest information.How to Read the Docs
Plain text pages
Add.md to the end of any docs URL to get the page as plain Markdown. For example, the Web Search API reference is available at https://docs.octen.ai/api-reference/search.md.
This format beats scraping or copying the HTML pages:
- Plain text contains fewer formatting tokens.
- Content that isn’t rendered in the default view, such as content hidden in a tab, is included.
- LLMs parse and understand Markdown hierarchy.
llms.txt
docs.octen.ai/llms.txt carries comprehensive API documentation designed for LLM consumption, following the llms.txt standard for making websites accessible to LLMs.Connect to Octen
Connect to Octen with one command through Agent Skills, the MCP server, or the CLI.You’ll need an Octen API key first. Create one from the API Platform.
Octen Skills
Agent skills for search, extract, and design references. One command, agent auto-detected:Octen MCP Server
Search and extract tools for any MCP-compatible client. In Claude Code:Octen CLI
The full Octen API in your terminal, plus one-command setup of the MCP server or Skills:Use in Applications
In application code, call the Octen API directly: the base URL ishttps://api.octen.ai, authenticated with the x-api-key header or a Bearer token.