# Crosmos ## Docs - [AGENTS](https://docs.crosmos.dev/AGENTS.md) - [Ingest Conversation](https://docs.crosmos.dev/api-reference/conversations/ingest-conversation.md): Ingest a multi-turn conversation into the knowledge graph. - Each turn is converted into a source with provenance metadata. - [Get Entity](https://docs.crosmos.dev/api-reference/entities/get-entity.md) - [List Entities](https://docs.crosmos.dev/api-reference/entities/list-entities.md) - [Get Graph Stats](https://docs.crosmos.dev/api-reference/graph/get-graph-stats.md) - [Get Graph Viewport](https://docs.crosmos.dev/api-reference/graph/get-graph-viewport.md) - [Health Check](https://docs.crosmos.dev/api-reference/health-check.md) - [Get Job Status](https://docs.crosmos.dev/api-reference/jobs/get-job-status.md): Poll for ingestion job status. - [Forget Memory](https://docs.crosmos.dev/api-reference/memories/forget-memory.md): Soft-delete a memory and cascade to all edges whose provenance is this memory. - [Get Memory](https://docs.crosmos.dev/api-reference/memories/get-memory.md): Get a memory by UUID. - [List Memories](https://docs.crosmos.dev/api-reference/memories/list-memories.md): List memories in a memory space. - [List My Orgs](https://docs.crosmos.dev/api-reference/organizations/list-my-orgs.md) - [Search Memories](https://docs.crosmos.dev/api-reference/search/search-memories.md): Perform a search for relevant memories within a specified memory space. - [Delete Source](https://docs.crosmos.dev/api-reference/sources/delete-source.md): Delete a source document by UUID. - [Get Source](https://docs.crosmos.dev/api-reference/sources/get-source.md): Get a source by UUID. - [Ingest Sources](https://docs.crosmos.dev/api-reference/sources/ingest-sources.md): Upload raw content sources for ingestion into the knowledge graph. Each source is a discrete content payload (text, markdown.) that will be processed by the extraction pipeline. - [List Sources](https://docs.crosmos.dev/api-reference/sources/list-sources.md): List sources in the caller's org, sorted by created_at desc. - [Create Space](https://docs.crosmos.dev/api-reference/spaces/create-space.md): Create a new memory space within the caller's active organization. - [Delete Space](https://docs.crosmos.dev/api-reference/spaces/delete-space.md): Delete a memory space and all its contents (cascading). - [Get Space](https://docs.crosmos.dev/api-reference/spaces/get-space.md): Get a memory space by UUID. - [List Spaces](https://docs.crosmos.dev/api-reference/spaces/list-spaces.md): List memory spaces in the user's active organization. - [Get Usage](https://docs.crosmos.dev/api-reference/usage/get-usage.md): Return org-level usage for the active billing period and plan limits. - [Polar Webhook](https://docs.crosmos.dev/api-reference/webhooks/polar-webhook.md) - [Clusters](https://docs.crosmos.dev/clusters.md): How Crosmos compresses, consolidates, and organizes memories in the background - [Forgetting](https://docs.crosmos.dev/forgetting.md): How Crosmos decides what to keep, what to fade, and what to let go - [How Crosmos Works](https://docs.crosmos.dev/how-it-works.md): Why standard RAG fails at memory, and how Crosmos does it differently - [Introduction](https://docs.crosmos.dev/index.md): Context engineering for AI agents - [Memories](https://docs.crosmos.dev/memories.md): Store and retrieve memories for AI agents - [Knowledge Graph](https://docs.crosmos.dev/mtkg.md): How Crosmos structures, stores, and retrieves knowledge over time - [MCP](https://docs.crosmos.dev/plugins/mcp.md): Connect Crosmos to any MCP-compatible agent with zero custom integration - [Quickstart](https://docs.crosmos.dev/quickstart.md): Get started with Crosmos - [Recall](https://docs.crosmos.dev/recall.md): How Crosmos finds what it knows, fast ## OpenAPI Specs - [openapi](https://api.crosmos.dev/openapi.json) ## Optional - [Console](https://console.crosmos.dev)