# Incord > Real-time, ranked, validated context (/v1/search), a model-router LLM API (/v1/llm), and per-user memory (/v1/history) — one platform for AI agents. Incord is an API platform for AI agents: real-time validated context (/v1/search), an OpenAI-compatible model router (/v1/llm), and per-user memory (/v1/history) — on one key, usage-billed, with self-serve signup. ## Product - [Incord — Real-time knowledge + LLM API for AI agents](https://incord.ai/): Real-time, ranked, validated context (/v1/search), a model-router LLM API (/v1/llm), and per-user memory (/v1/history) — one platform for AI agents. - [Features](https://incord.ai/features): One service that ingests the world, embeds it, and serves ranked, validated context to your AI agents: fast, fresh, and cheap. - [Solutions](https://incord.ai/solutions): From autonomous agents and trading models to commerce, coding, and travel, Incord gives every use case one fast, fresh source of truth. - [Why Incord vs web-search APIs](https://incord.ai/why-incord): Real-time market data, a pre-embedded knowledge graph, and sub-second retrieval, purpose-built for agents, not the open web. - [Pricing](https://incord.ai/pricing): Per-service usage pricing. Brain search free 5,000 calls/mo then $4.99/1k; History free 10,000 calls/mo then $1/1k; LLM pay-per-token; Agents bundle plans. ## Developers - [API Reference](https://incord.ai/api): Complete, tested reference for the Incord API: account + keys, /v1/search retrieval, the OpenAI-compatible LLM API (chat, embeddings, rerank, audio), per-user memory, MCP, the Tavily drop-in, and billing. - [Run a Node](https://incord.ai/docs): Step-by-step guide to installing, configuring, bonding, and operating an Incord validator node. ## Network - [Nodes — stake & validate](https://incord.ai/nodes): Back an Incord validator: deposit USDC/USDT, auto-zapped into a CORD-LP bond, and earn a share of query revenue. Browse active nodes, uptime, fees, and bonds. - [CORD — the Incord network token](https://incord.ai/token): CORD is the work-and-governance token of the Incord network: bonded as CORD-LP for node staking and voting, with 5% of revenue routed to buyback and burn. - [Governance — vote & govern](https://incord.ai/governance): Stake-weighted governance for the Incord node network. Nodes honor a payload only once isApproved(hash) clears on-chain. - [Network status](https://incord.ai/status): Live status of the Incord network: node health, ingestion latency, API uptime, and recent incidents. ## Content - [Blog](https://incord.ai/blog): Writing on real-time context for agents: why decentralized, why validation, and real-time vs. web search. ## Company - [Contact](https://incord.ai/contact): Get in touch with Incord — API access, partnerships, and support. ## Account - [Get started](https://incord.ai/register): Create an Incord account and get API keys for search, LLM, and memory. - [Sign in](https://incord.ai/login): Sign in to your Incord dashboard to manage API keys, usage, and billing. ## Legal - [Terms of Service](https://incord.ai/terms): The terms that govern your use of the Incord API and network. - [Privacy Policy](https://incord.ai/privacy): How Incord collects, uses, and protects your data when you use the API. ## API (base: https://api.incord.ai) - POST /v1/search — ranked, validated real-time context. { query, top_k, category? } → { results, counts, confidence }. - POST /v1/llm/chat/completions — OpenAI-compatible chat; model = "fast"/"smart"/"incord-auto" or any /v1/llm/models id; stream supported. - GET /v1/llm/models — priced model catalog (OpenAI-compatible). - POST /v1/history/* — per-user memory (ingest + recall). - Auth: Authorization: Bearer (create keys at https://incord.ai/dashboard). Compat: MCP, Tavily, OpenAI shims. ## Machine-readable - Index: https://incord.ai/pages.json - Per page: https://incord.ai/p/.{md,txt,json} - Sitemap: https://incord.ai/sitemap.xml