# Worlds Docs ## Docs - [Create a world (default namespace)](https://docs.wazoo.dev/api-reference/create-a-world-default-namespace.md) - [Create a world in a namespace](https://docs.wazoo.dev/api-reference/create-a-world-in-a-namespace.md) - [Delete a world](https://docs.wazoo.dev/api-reference/delete-a-world.md) - [Delete a world (default namespace)](https://docs.wazoo.dev/api-reference/delete-a-world-default-namespace.md): Optional JSON body can override the target `source`; otherwise the path identifies the world. - [Export RDF from a world](https://docs.wazoo.dev/api-reference/export-rdf-from-a-world.md) - [Export RDF from a world (default namespace)](https://docs.wazoo.dev/api-reference/export-rdf-from-a-world-default-namespace.md) - [Get a world](https://docs.wazoo.dev/api-reference/get-a-world.md) - [Get a world (default namespace)](https://docs.wazoo.dev/api-reference/get-a-world-default-namespace.md) - [Import RDF into a world](https://docs.wazoo.dev/api-reference/import-rdf-into-a-world.md) - [Import RDF into a world (default namespace)](https://docs.wazoo.dev/api-reference/import-rdf-into-a-world-default-namespace.md) - [List worlds (default namespace)](https://docs.wazoo.dev/api-reference/list-worlds-default-namespace.md): Lists worlds in the default namespace for the authenticated principal. - [List worlds in a namespace](https://docs.wazoo.dev/api-reference/list-worlds-in-a-namespace.md) - [Search triples across a namespace](https://docs.wazoo.dev/api-reference/search-triples-across-a-namespace.md) - [Search triples in the default namespace collection](https://docs.wazoo.dev/api-reference/search-triples-in-the-default-namespace-collection.md) - [Search triples scoped to one world](https://docs.wazoo.dev/api-reference/search-triples-scoped-to-one-world.md) - [Search triples scoped to one world (default namespace)](https://docs.wazoo.dev/api-reference/search-triples-scoped-to-one-world-default-namespace.md) - [SPARQL over all worlds in a namespace](https://docs.wazoo.dev/api-reference/sparql-over-all-worlds-in-a-namespace.md) - [SPARQL over the default namespace collection](https://docs.wazoo.dev/api-reference/sparql-over-the-default-namespace-collection.md): JSON body matches `WorldsSparqlInput`. Path scope supplies the default namespace; no world slug is implied. Omit or leave `query` empty to retrieve a SPARQL 1.1 service description (RDF). - [SPARQL scoped to one world](https://docs.wazoo.dev/api-reference/sparql-scoped-to-one-world.md) - [SPARQL scoped to one world (default namespace)](https://docs.wazoo.dev/api-reference/sparql-scoped-to-one-world-default-namespace.md) - [Update a world](https://docs.wazoo.dev/api-reference/update-a-world.md) - [Update a world (default namespace)](https://docs.wazoo.dev/api-reference/update-a-world-default-namespace.md) - [Architecture](https://docs.wazoo.dev/contribute/architecture.md): How Worlds works - [Security](https://docs.wazoo.dev/contribute/security.md): Manage API keys and security boundaries - [Self-host](https://docs.wazoo.dev/contribute/self-host.md): Host Worlds locally or via Docker - [Style Guide](https://docs.wazoo.dev/contribute/style.md): Documentation formatting and structural guidelines - [Agno](https://docs.wazoo.dev/integrations/agno.md): Connect Worlds to Agno - [AI SDK](https://docs.wazoo.dev/integrations/ai-sdk.md): Connect Worlds to Vercel AI SDK - [Claude Code](https://docs.wazoo.dev/integrations/claude-code.md): Connect Worlds to Claude Code - [Claude Memory Tool](https://docs.wazoo.dev/integrations/claude-memory-tool.md): Connect Worlds to Claude Memory Tool - [CrewAI](https://docs.wazoo.dev/integrations/crewai.md): Connect Worlds to CrewAI - [Gemini](https://docs.wazoo.dev/integrations/gemini-api.md): Connect Worlds to Google Gemini - [Gemini Live API (Voice)](https://docs.wazoo.dev/integrations/gemini-live-api.md): Connect Worlds to Gemini Live API - [LangChain](https://docs.wazoo.dev/integrations/langchain.md): Connect Worlds to LangChain - [LangGraph](https://docs.wazoo.dev/integrations/langgraph.md): Connect Worlds to LangGraph - [Mastra](https://docs.wazoo.dev/integrations/mastra.md): Connect Worlds to Mastra - [MS Agent Framework](https://docs.wazoo.dev/integrations/ms-agent-framework.md): Connect Worlds to MS Agent Framework - [n8n](https://docs.wazoo.dev/integrations/n8n.md): Connect Worlds to n8n - [OpenAI](https://docs.wazoo.dev/integrations/openai.md): Connect Worlds to OpenAI - [OpenCLAW](https://docs.wazoo.dev/integrations/openclaw.md): Connect Worlds to OpenCLAW - [OpenCode](https://docs.wazoo.dev/integrations/opencode.md): Connect Worlds to OpenCode - [ViaSocket](https://docs.wazoo.dev/integrations/viasocket.md): Connect Worlds to ViaSocket - [Zapier](https://docs.wazoo.dev/integrations/zapier.md): Connect Worlds to Zapier - [Zo](https://docs.wazoo.dev/integrations/zo.md): Connect Worlds to Zo - [Introduction](https://docs.wazoo.dev/introduction.md): Open-source verifiable context engine for AI - [Manifesto](https://docs.wazoo.dev/manifesto.md): The next default for human knowledge - [Cloud Platform](https://docs.wazoo.dev/platform.md): Worlds Console overview, organizations, worlds, billing, and platform status - [Quickstart](https://docs.wazoo.dev/quickstart.md): Build a world in 2 minutes - [chat](https://docs.wazoo.dev/reference/cli/chat.md): Start an interactive knowledge graph REPL - [create](https://docs.wazoo.dev/reference/cli/create.md): Create a new knowledge graph context - [delete](https://docs.wazoo.dev/reference/cli/delete.md): Delete a graph and its indices - [export](https://docs.wazoo.dev/reference/cli/export.md): Export a graph to a local file - [get](https://docs.wazoo.dev/reference/cli/get.md): Retrieve a world by ID - [import](https://docs.wazoo.dev/reference/cli/import.md): Import RDF triples into a world - [CLI Reference](https://docs.wazoo.dev/reference/cli/index.md): CLI commands, flags, and arguments - [list](https://docs.wazoo.dev/reference/cli/list.md): List persistent worlds - [search](https://docs.wazoo.dev/reference/cli/search.md): Search items using hybrid similarity - [sparql](https://docs.wazoo.dev/reference/cli/sparql.md): Execute raw SPARQL queries - [update](https://docs.wazoo.dev/reference/cli/update.md): Modify world metadata - [API Reference](https://docs.wazoo.dev/reference/index.md): Worlds API and SDK technical reference - [Worlds](https://docs.wazoo.dev/worlds/index.md): The neuro-symbolic components of verifiable context. - [Query](https://docs.wazoo.dev/worlds/query.md): Deterministic reasoning and symbolic logic. - [Search](https://docs.wazoo.dev/worlds/search.md): Semantic disambiguation and hybrid retrieval. - [Update](https://docs.wazoo.dev/worlds/update.md): Mutate graph state with RDF patches. ## OpenAPI Specs - [openapi](https://docs.wazoo.dev/openapi.yaml)