Documentation Index
Fetch the complete documentation index at: https://docs-omnicoreagent.omnirexfloralabs.com/llms.txt
Use this file to discover all available pages before exploring further.
Use Docs With AI Tools
OmniCoreAgent docs are written for people and AI coding tools. Use this page when you want the docs inside your editor, chat session, or agent workflow.AI tools are a faster way to navigate the docs. They do not replace source-code
verification for production changes.
Ask AI In The Docs
Use the Ask AI action in the docs header to ask questions against the official OmniCoreAgent documentation. Good prompts:Copy Or View A Page As Markdown
Use the contextual menu on any docs page to copy the page as Markdown or view the raw Markdown source. This is useful when you want to paste one exact docs page into ChatGPT, Claude, Perplexity, Cursor, or another coding agent. Best use cases:- explain one API surface
- convert one example to your app
- compare memory, workspace, and task-store behavior
- ask for a migration checklist from a specific docs page
Use /llms.txt
Mintlify publishes an AI-readable docs index at:
Use The Hosted Docs MCP
Mintlify exposes the docs as an MCP server at:Use Cursor Or VS Code
Use the contextual menu actions for Cursor or VS Code when you want the current docs page opened inside your editor context. Useful workflow:- Open the docs page that matches your task.
- Send it to Cursor or VS Code from the contextual menu.
- Ask the editor agent to update your app using only that docs page and your local source files.
Use ChatGPT, Claude, Or Perplexity
The contextual menu can open the current docs page in ChatGPT, Claude, or Perplexity. Use this when you want explanation, comparison, or planning around one specific docs page. Good prompts:Where To Start
Quick Start
Run the smallest useful OmniCoreAgent.
Configuration
Find environment variables and runtime config.
Agent Harness
Understand what OmniCoreAgent adds around the model.
OmniServe
Serve an agent through REST and SSE.