# Nia AI Documentation ## Docs - [Agent Onboarding](https://docs.trynia.ai/agent-onboarding.md): API-first account creation and non-interactive skill installation for autonomous agents - [API Guide](https://docs.trynia.ai/api-guide.md): Authentication, rate limits, best practices, and integration guides for the Nia API - [Context-aware code advisor](https://docs.trynia.ai/api-reference/advisor/context-aware-code-advisor.md): Analyze codebase context against Nia's indexed documentation to get tailored recommendations. - [Login](https://docs.trynia.ai/api-reference/auth/login.md): Request a verification code for passwordless login. - [Login Verify](https://docs.trynia.ai/api-reference/auth/login-verify.md): Verify login code and receive a new full-access API key. - [Resend Code](https://docs.trynia.ai/api-reference/auth/resend-code.md): Resend the verification code for an unverified API key. - [Signup](https://docs.trynia.ai/api-reference/auth/signup.md): Create a new account and receive a read-only API key. - [Verify](https://docs.trynia.ai/api-reference/auth/verify.md): Verify your account using the 6-digit code sent to your email. - [Create category](https://docs.trynia.ai/api-reference/categories/create-category.md): Create a new category for organizing data sources. - [Delete category](https://docs.trynia.ai/api-reference/categories/delete-category.md): Delete a category. Data sources with this category will become uncategorized. - [List categories](https://docs.trynia.ai/api-reference/categories/list-categories.md): List categories for the authenticated user/organization. - [Update category](https://docs.trynia.ai/api-reference/categories/update-category.md): Update an existing category. - [Delete context](https://docs.trynia.ai/api-reference/context-sharing/delete-context.md): Soft delete a context (marks inactive). - [Get context](https://docs.trynia.ai/api-reference/context-sharing/get-context.md): Retrieve a specific context by ID. - [List contexts](https://docs.trynia.ai/api-reference/context-sharing/list-contexts.md): List conversation contexts with pagination. Filter by tags, agent source, or memory type. - [Save context](https://docs.trynia.ai/api-reference/context-sharing/save-context.md): Save conversation context for cross-agent sharing. Indexed in vector store for semantic search. - [Semantic search contexts](https://docs.trynia.ai/api-reference/context-sharing/semantic-search-contexts.md): Vector + BM25 hybrid search over contexts. Returns relevance scores and highlights. - [Text search contexts](https://docs.trynia.ai/api-reference/context-sharing/text-search-contexts.md): Search contexts by content, title, summary, or tags using MongoDB text search. - [Update context](https://docs.trynia.ai/api-reference/context-sharing/update-context.md): Update an existing context. Re-indexes in vector store if content changes. - [Analyze package manifest](https://docs.trynia.ai/api-reference/dependencies/analyze-package-manifest.md): Parse a package manifest and return dependency information with documentation URL mappings. This is a preview - no subscriptions are created. - [Subscribe to documentation for manifest dependencies](https://docs.trynia.ai/api-reference/dependencies/subscribe-to-documentation-for-manifest-dependencies.md): Parse a package manifest and automatically subscribe to documentation for all dependencies. - [Upload manifest file and subscribe to dependencies](https://docs.trynia.ai/api-reference/dependencies/upload-manifest-file-and-subscribe-to-dependencies.md): Upload a package manifest file and subscribe to documentation for all dependencies. - [Create Tracer Job](https://docs.trynia.ai/api-reference/github-search/create-tracer-job.md): Create a Tracer search job. - [Delete Tracer Job](https://docs.trynia.ai/api-reference/github-search/delete-tracer-job.md): Delete a Tracer job by session_id or workflow_run_id. - [Get Tracer Job](https://docs.trynia.ai/api-reference/github-search/get-tracer-job.md): Get the status and result of a Tracer search job. - [Github Code Search](https://docs.trynia.ai/api-reference/github-search/github-code-search.md): Search code in a GitHub repository using GitHub's Code Search API. - [Github Glob](https://docs.trynia.ai/api-reference/github-search/github-glob.md): Find files matching a glob pattern in a GitHub repository. - [Github Read](https://docs.trynia.ai/api-reference/github-search/github-read.md): Read a file from a GitHub repository with optional line range. - [Github Tree](https://docs.trynia.ai/api-reference/github-search/github-tree.md): Get the file tree of a GitHub repository or subdirectory. - [List Tracer Jobs](https://docs.trynia.ai/api-reference/github-search/list-tracer-jobs.md): List Tracer jobs for the authenticated user. - [Stream Tracer Job](https://docs.trynia.ai/api-reference/github-search/stream-tracer-job.md): Stream real-time updates from a Tracer search job. - [Unified search](https://docs.trynia.ai/api-reference/search/unified-search.md): Single search endpoint with a mode discriminator. - [Create Source](https://docs.trynia.ai/api-reference/sources/create-source.md) - [Create Source Annotation](https://docs.trynia.ai/api-reference/sources/create-source-annotation.md) - [Delete Source](https://docs.trynia.ai/api-reference/sources/delete-source.md) - [Delete Source Annotation](https://docs.trynia.ai/api-reference/sources/delete-source-annotation.md) - [Explore Global Sources](https://docs.trynia.ai/api-reference/sources/explore-global-sources.md): Browse the global catalog of publicly indexed sources. - [Get PDF upload URL](https://docs.trynia.ai/api-reference/sources/get-pdf-upload-url.md): Generate a signed URL for direct PDF upload. Use the returned gcs_path in POST /v2/sources. - [Get Source](https://docs.trynia.ai/api-reference/sources/get-source.md) - [Get Source Classification](https://docs.trynia.ai/api-reference/sources/get-source-classification.md) - [Get Source Content](https://docs.trynia.ai/api-reference/sources/get-source-content.md) - [Get Source Curation](https://docs.trynia.ai/api-reference/sources/get-source-curation.md) - [Get Source Tree](https://docs.trynia.ai/api-reference/sources/get-source-tree.md) - [Grep Source](https://docs.trynia.ai/api-reference/sources/grep-source.md) - [List Source Annotations](https://docs.trynia.ai/api-reference/sources/list-source-annotations.md) - [List Sources](https://docs.trynia.ai/api-reference/sources/list-sources.md) - [Resolve Source](https://docs.trynia.ai/api-reference/sources/resolve-source.md) - [Subscribe to a global source](https://docs.trynia.ai/api-reference/sources/subscribe-to-a-global-source.md): Subscribe to an existing globally indexed public source. Creates a local reference for instant access without re-indexing. - [Sync Source](https://docs.trynia.ai/api-reference/sources/sync-source.md) - [Update Source](https://docs.trynia.ai/api-reference/sources/update-source.md) - [Update Source Annotation](https://docs.trynia.ai/api-reference/sources/update-source-annotation.md) - [Update Source Classification](https://docs.trynia.ai/api-reference/sources/update-source-classification.md) - [Update Source Curation](https://docs.trynia.ai/api-reference/sources/update-source-curation.md) - [Add Vault Source](https://docs.trynia.ai/api-reference/usage/add-vault-source.md): Add a source to the vault's source_ids[]. Idempotent. - [Browse Google Drive Items](https://docs.trynia.ai/api-reference/usage/browse-google-drive-items.md) - [Bulk delete resources](https://docs.trynia.ai/api-reference/usage/bulk-delete-resources.md): Delete multiple resources in a single request. Supports repositories, documentation, research papers, contexts, and local folders. - [Cancel a running document agent job](https://docs.trynia.ai/api-reference/usage/cancel-a-running-document-agent-job.md) - [Cancel Oracle Job](https://docs.trynia.ai/api-reference/usage/cancel-oracle-job.md): Cancel a running or queued Oracle research job. - [Cancel Vault Workflow](https://docs.trynia.ai/api-reference/usage/cancel-vault-workflow.md): Cancel an in-flight vault workflow run, if any. - [Check Status](https://docs.trynia.ai/api-reference/usage/check-status.md) - [Configure Slack Channels](https://docs.trynia.ai/api-reference/usage/configure-slack-channels.md): Configure which channels to index. - [Create Oracle Job](https://docs.trynia.ai/api-reference/usage/create-oracle-job.md): Create a new Oracle research job. - [Create Vault](https://docs.trynia.ai/api-reference/usage/create-vault.md): Create a new vault. - [Create X Installation](https://docs.trynia.ai/api-reference/usage/create-x-installation.md) - [Delete Google Drive Installation](https://docs.trynia.ai/api-reference/usage/delete-google-drive-installation.md) - [Delete Installation](https://docs.trynia.ai/api-reference/usage/delete-installation.md): Disconnect a connector installation. - [Delete Oracle Session](https://docs.trynia.ai/api-reference/usage/delete-oracle-session.md): Delete an Oracle research session and its associated chat messages. - [Delete Slack Installation](https://docs.trynia.ai/api-reference/usage/delete-slack-installation.md): Disconnect a Slack workspace. - [Delete Vault](https://docs.trynia.ai/api-reference/usage/delete-vault.md): Delete a vault. - [Delete X Installation](https://docs.trynia.ai/api-reference/usage/delete-x-installation.md) - [Enqueue an async document agent job](https://docs.trynia.ai/api-reference/usage/enqueue-an-async-document-agent-job.md): Create a long-running document agent job. Returns immediately with a `job_id` — use GET /document/agent/jobs/{job_id} to poll for the result or GET /document/agent/jobs/{job_id}/stream for live SSE updates. - [Export Account](https://docs.trynia.ai/api-reference/usage/export-account.md) - [Fs Create](https://docs.trynia.ai/api-reference/usage/fs-create.md): Create a bare filesystem namespace. Returns a source_id you can immediately write to via /v2/fs/{source_id}/files. - [Fs Delete](https://docs.trynia.ai/api-reference/usage/fs-delete.md) - [Fs Delete Namespace](https://docs.trynia.ai/api-reference/usage/fs-delete-namespace.md): Delete a filesystem namespace and all its files. Only works for source_type=filesystem namespaces. - [Fs Exec](https://docs.trynia.ai/api-reference/usage/fs-exec.md) - [Fs Find](https://docs.trynia.ai/api-reference/usage/fs-find.md) - [Fs Get Metadata](https://docs.trynia.ai/api-reference/usage/fs-get-metadata.md): Get filesystem metadata + stats. - [Fs Grep](https://docs.trynia.ai/api-reference/usage/fs-grep.md) - [Fs Info](https://docs.trynia.ai/api-reference/usage/fs-info.md) - [Fs List](https://docs.trynia.ai/api-reference/usage/fs-list.md): List all filesystem namespaces owned by the caller. - [Fs Ls](https://docs.trynia.ai/api-reference/usage/fs-ls.md) - [Fs Mkdir](https://docs.trynia.ai/api-reference/usage/fs-mkdir.md) - [Fs Mv](https://docs.trynia.ai/api-reference/usage/fs-mv.md) - [Fs Read](https://docs.trynia.ai/api-reference/usage/fs-read.md) - [Fs Tree](https://docs.trynia.ai/api-reference/usage/fs-tree.md) - [Fs Write](https://docs.trynia.ai/api-reference/usage/fs-write.md) - [Fs Write Batch](https://docs.trynia.ai/api-reference/usage/fs-write-batch.md) - [Generate Install Url](https://docs.trynia.ai/api-reference/usage/generate-install-url.md) - [Generate Install Url](https://docs.trynia.ai/api-reference/usage/generate-install-url-1.md): Generate a Slack OAuth authorization URL. - [Get 1M Usage](https://docs.trynia.ai/api-reference/usage/get-1m-usage.md): Get daily usage for 1M context window models. - [Get Detect Extraction](https://docs.trynia.ai/api-reference/usage/get-detect-extraction.md) - [Get Detect Page Image](https://docs.trynia.ai/api-reference/usage/get-detect-page-image.md) - [Get Engineering Extraction](https://docs.trynia.ai/api-reference/usage/get-engineering-extraction.md) - [Get Extraction](https://docs.trynia.ai/api-reference/usage/get-extraction.md) - [Get Google Drive Index Status](https://docs.trynia.ai/api-reference/usage/get-google-drive-index-status.md) - [Get Google Drive Installation](https://docs.trynia.ai/api-reference/usage/get-google-drive-installation.md) - [Get Google Drive Selection](https://docs.trynia.ai/api-reference/usage/get-google-drive-selection.md) - [Get Installation Status](https://docs.trynia.ai/api-reference/usage/get-installation-status.md): Get sync status and health for a connector installation. - [Get Oracle Job](https://docs.trynia.ai/api-reference/usage/get-oracle-job.md): Get the status and details of an Oracle research job. - [Get Oracle Session Detail](https://docs.trynia.ai/api-reference/usage/get-oracle-session-detail.md): Retrieve the full details of a single Oracle research session. - [Get Oracle Session Messages](https://docs.trynia.ai/api-reference/usage/get-oracle-session-messages.md): Get chat messages for an Oracle research session. - [Get Slack Index Status](https://docs.trynia.ai/api-reference/usage/get-slack-index-status.md): Get the indexing status for a Slack workspace. - [Get Slack Installation](https://docs.trynia.ai/api-reference/usage/get-slack-installation.md): Get details for a specific Slack installation. - [Get sources summary](https://docs.trynia.ai/api-reference/usage/get-sources-summary.md): Get counts and recent names for all source types. Designed for quick inventory checks. - [Get the status / result of a document agent job](https://docs.trynia.ai/api-reference/usage/get-the-status-result-of-a-document-agent-job.md) - [Get usage summary](https://docs.trynia.ai/api-reference/usage/get-usage-summary.md): Get usage counts and limits for current billing period (queries, indexing, oracle, etc.). - [Get Vault](https://docs.trynia.ai/api-reference/usage/get-vault.md): Get vault metadata and current workflow status. - [Get X Index Status](https://docs.trynia.ai/api-reference/usage/get-x-index-status.md) - [Get X Installation](https://docs.trynia.ai/api-reference/usage/get-x-installation.md) - [Grep package source](https://docs.trynia.ai/api-reference/usage/grep-package-source.md): Regex search over public package source code (npm, PyPI, crates.io, Go modules). - [Grep Slack Messages](https://docs.trynia.ai/api-reference/usage/grep-slack-messages.md): BM25 keyword search over indexed Slack messages in TurboPuffer. - [Handle Oauth Callback](https://docs.trynia.ai/api-reference/usage/handle-oauth-callback.md) - [Handle Oauth Callback](https://docs.trynia.ai/api-reference/usage/handle-oauth-callback-1.md): Exchange an OAuth code for tokens and create the installation. - [Import Account](https://docs.trynia.ai/api-reference/usage/import-account.md) - [Index Docs](https://docs.trynia.ai/api-reference/usage/index-docs.md) - [Index Installation](https://docs.trynia.ai/api-reference/usage/index-installation.md): Trigger indexing for a connector installation. - [Ingest Telemetry](https://docs.trynia.ai/api-reference/usage/ingest-telemetry.md) - [Install Connector](https://docs.trynia.ai/api-reference/usage/install-connector.md): Install a connector — either store API key or initiate OAuth flow. - [List async document agent jobs for the authenticated user](https://docs.trynia.ai/api-reference/usage/list-async-document-agent-jobs-for-the-authenticated-user.md) - [List Available Connectors](https://docs.trynia.ai/api-reference/usage/list-available-connectors.md): List all available connector types with their metadata. - [List Available Sources](https://docs.trynia.ai/api-reference/usage/list-available-sources.md): Return every source the user can add to a vault. - [List Extractions](https://docs.trynia.ai/api-reference/usage/list-extractions.md) - [List Google Drive Installations](https://docs.trynia.ai/api-reference/usage/list-google-drive-installations.md) - [List Installations](https://docs.trynia.ai/api-reference/usage/list-installations.md): List all connector installations for the current user/org. - [List Oracle Jobs](https://docs.trynia.ai/api-reference/usage/list-oracle-jobs.md): List Oracle research jobs for the authenticated user. - [List Oracle Sessions](https://docs.trynia.ai/api-reference/usage/list-oracle-sessions.md): List Oracle research sessions for the authenticated API key. - [List Slack Channels](https://docs.trynia.ai/api-reference/usage/list-slack-channels.md): List available Slack channels from the workspace. - [List Slack Installations](https://docs.trynia.ai/api-reference/usage/list-slack-installations.md): List all Slack workspace connections for the authenticated user/org. - [List Vault Sources](https://docs.trynia.ai/api-reference/usage/list-vault-sources.md): List the source IDs currently linked to this vault, with metadata. - [List Vaults](https://docs.trynia.ai/api-reference/usage/list-vaults.md): List vaults owned by the calling user / org. - [List X Installations](https://docs.trynia.ai/api-reference/usage/list-x-installations.md) - [Load Vault](https://docs.trynia.ai/api-reference/usage/load-vault.md): Bootstrap dump for the `nia vault open` bash session. - [Oauth Callback](https://docs.trynia.ai/api-reference/usage/oauth-callback.md): Handle OAuth callback — exchange code, create installation, redirect to frontend. - [Oracle Research](https://docs.trynia.ai/api-reference/usage/oracle-research.md): Run Oracle research and return complete result (non-streaming). - [Patch Vault](https://docs.trynia.ai/api-reference/usage/patch-vault.md): Update vault metadata (display_name, description, schema_md). - [Query document(s) with an AI agent (synchronous)](https://docs.trynia.ai/api-reference/usage/query-documents-with-an-ai-agent-synchronous.md): Run the full document agent against one or more indexed PDFs or documents. The agent uses tools (search, read sections, read pages) to research the document(s) and produce a comprehensive answer with citations. Supports optional structured output via json_schema. - [Query Engineering Extraction](https://docs.trynia.ai/api-reference/usage/query-engineering-extraction.md) - [Read package file](https://docs.trynia.ai/api-reference/usage/read-package-file.md): Read specific lines from a package source file. Max 200 lines per request. - [Read Slack Messages](https://docs.trynia.ai/api-reference/usage/read-slack-messages.md): Read recent messages from a Slack channel (live from Slack API). - [Register External Token](https://docs.trynia.ai/api-reference/usage/register-external-token.md): Register an external Slack bot token (BYOT). - [Remove Vault Source](https://docs.trynia.ai/api-reference/usage/remove-vault-source.md): Remove a source from the vault's source_ids[]. Idempotent. - [Run Vault Workflow](https://docs.trynia.ai/api-reference/usage/run-vault-workflow.md): Trigger a vault_workflow run. Body: {mode: ingest|sync|lint|refresh, source_ids?: [], model?: str, force?: bool} - [Search Vault](https://docs.trynia.ai/api-reference/usage/search-vault.md): Hybrid search scoped to this vault's namespace. - [Semantic package search](https://docs.trynia.ai/api-reference/usage/semantic-package-search.md): Hybrid semantic + keyword search over package source. 1-5 natural language queries. - [Shell Docs Dump](https://docs.trynia.ai/api-reference/usage/shell-docs-dump.md) - [Shell Docs Find](https://docs.trynia.ai/api-reference/usage/shell-docs-find.md) - [Shell Docs Grep](https://docs.trynia.ai/api-reference/usage/shell-docs-grep.md) - [Shell Docs Info](https://docs.trynia.ai/api-reference/usage/shell-docs-info.md) - [Shell Docs Load](https://docs.trynia.ai/api-reference/usage/shell-docs-load.md): Combined status + dump in one request. Returns status info + files if indexed. - [Shell Docs Ls](https://docs.trynia.ai/api-reference/usage/shell-docs-ls.md) - [Shell Docs Read](https://docs.trynia.ai/api-reference/usage/shell-docs-read.md) - [Shell Docs Tree](https://docs.trynia.ai/api-reference/usage/shell-docs-tree.md) - [Start Detect Extraction](https://docs.trynia.ai/api-reference/usage/start-detect-extraction.md) - [Start Engineering Extraction](https://docs.trynia.ai/api-reference/usage/start-engineering-extraction.md) - [Start Extraction](https://docs.trynia.ai/api-reference/usage/start-extraction.md) - [Stream live updates from a document agent job (SSE)](https://docs.trynia.ai/api-reference/usage/stream-live-updates-from-a-document-agent-job-sse.md) - [Stream Oracle Job](https://docs.trynia.ai/api-reference/usage/stream-oracle-job.md): Stream real-time updates from an Oracle research job. - [Stream Oracle Session Chat](https://docs.trynia.ai/api-reference/usage/stream-oracle-session-chat.md): Stream a follow-up chat response for an Oracle research session. - [Submit Answer Feedback](https://docs.trynia.ai/api-reference/usage/submit-answer-feedback.md): Explicit thumbs up/down on an assistant answer. - [Submit Source Feedback](https://docs.trynia.ai/api-reference/usage/submit-source-feedback.md): Per-source helpful/irrelevant/partially_relevant feedback. - [Submit Source Interaction](https://docs.trynia.ai/api-reference/usage/submit-source-interaction.md): Implicit interaction events (copy, expand, dwell, click-through). - [Trigger Google Drive Index](https://docs.trynia.ai/api-reference/usage/trigger-google-drive-index.md) - [Trigger Google Drive Sync](https://docs.trynia.ai/api-reference/usage/trigger-google-drive-sync.md) - [Trigger Slack Index](https://docs.trynia.ai/api-reference/usage/trigger-slack-index.md): Trigger a full re-index of the Slack workspace. - [Trigger X Index](https://docs.trynia.ai/api-reference/usage/trigger-x-index.md) - [Update Google Drive Selection](https://docs.trynia.ai/api-reference/usage/update-google-drive-selection.md) - [Update Schedule](https://docs.trynia.ai/api-reference/usage/update-schedule.md): Update sync schedule for a connector installation. - [Vault Agent](https://docs.trynia.ai/api-reference/usage/vault-agent.md): Stream an AI agent response that can search/read the vault. - [Vault Graph](https://docs.trynia.ai/api-reference/usage/vault-graph.md): Return the wikilink graph as nodes + edges for visualization. - [Nia Capabilities](https://docs.trynia.ai/capabilities.md): The complete reference of every capability Nia provides — indexing, search, research, extraction, sync, context sharing, encryption, integrations, and more. - [Changelog](https://docs.trynia.ai/changelog/overview.md): Stay up to date with the latest changes and improvements to Nia - [Connectors](https://docs.trynia.ai/connectors.md): A generic framework for integrating external data sources into Nia — discover, install, configure, index, and search. - [Agent Context Sharing](https://docs.trynia.ai/context-sharing.md): Finish planning in one agent, pick up execution in another, without losing the thread. - [Data Extraction](https://docs.trynia.ai/data-extraction.md): Extract structured data from PDFs using JSON schemas, detect visual elements, and use engineering-specific extraction for technical documents - [Document Agent](https://docs.trynia.ai/document-agent.md): An autonomous AI agent that researches your indexed documents using tools — search, read, navigate — to deliver cited, structured answers - [End-to-End Encryption](https://docs.trynia.ai/e2e-encryption.md): Zero-knowledge sync for personal data — iMessage, WhatsApp, Apple Notes, Contacts, and more. - [Enterprise Solutions](https://docs.trynia.ai/enterprise.md): Nia AI Enterprise offering with local hosting and advanced features - [Pre-configured Agent Rules](https://docs.trynia.ai/example-workflows/agent-rules.md): Ready-to-use configurations for AI coding agents - [Building Custom Agents with Nia API](https://docs.trynia.ai/example-workflows/custom-agents.md): Create powerful domain-specific agents using Nia's indexing and search API - [Example Workflows](https://docs.trynia.ai/example-workflows/overview.md): Explore common workflows and use cases with Nia AI - [Tips & Tricks](https://docs.trynia.ai/example-workflows/tips.md): Tips on how to use Nia and some tricks - [Explore & Chat](https://docs.trynia.ai/explore-chat.md): Chat with any source across all pre-indexed knowledge in Nia - [Google Drive Integration](https://docs.trynia.ai/google-drive.md): Connect Google Drive, select files and folders, index them for semantic search, and keep them synced in Nia. - [HuggingFace Datasets](https://docs.trynia.ai/huggingface-datasets.md): Index and search HuggingFace datasets for semantic retrieval in your AI workflows. - [21st.dev — Chat with any GitHub repo](https://docs.trynia.ai/integrations/21st-dev.md): A Next.js template that lets users chat about GitHub repositories using a deployed agent with Nia knowledge tools. - [Claude Code](https://docs.trynia.ai/integrations/claude-code-skill.md): Index and search code repositories, documentation, research papers, and HuggingFace datasets with Nia AI in Claude Code. - [agentsearch](https://docs.trynia.ai/integrations/installation/agentsearch.md): Turn any documentation site into a filesystem your agent can navigate with bash. One command, zero install. - [CLI](https://docs.trynia.ai/integrations/installation/cli.md): Use the Nia CLI to index, search, research, and share context directly from your terminal. - [MCP Server](https://docs.trynia.ai/integrations/installation/mcp.md): Install and configure the Nia MCP server for your coding agent. - [Installation](https://docs.trynia.ai/integrations/installation/overview.md): Install Nia and configure it for your coding agent. - [Agent Skill](https://docs.trynia.ai/integrations/installation/skill.md): Use Nia without MCP server — your agent calls API endpoints directly through a skill. - [LangChain](https://docs.trynia.ai/integrations/langchain.md): Use all Nia tools as a LangChain integration — search, index, explore, and manage knowledge sources from any LangChain agent. - [OpenClaw](https://docs.trynia.ai/integrations/openclaw.md): Use Nia in OpenClaw through a ClawHub skill for indexed search, source-aware answers, and research workflows. - [OpenCode](https://docs.trynia.ai/integrations/opencode.md): Integrate Nia knowledge tools directly into OpenCode with automatic research triggers and context sharing. - [Local Sync](https://docs.trynia.ai/local-sync.md): Continuously sync local folders, databases, and chat history to Nia — with optional end-to-end encryption. - [Oracle Research Agent](https://docs.trynia.ai/oracle-research.md): Autonomous research assistant for deep technical investigations - [PDF Indexing](https://docs.trynia.ai/pdf-indexing.md): Index and chat with any complex PDF using tree-guided hybrid search - [Plugins](https://docs.trynia.ai/plugins/overview.md): Browse Nia integrations for OpenCode, OpenClaw, and Claude Code. - [Pre-indexed Sources](https://docs.trynia.ai/pre-indexed-sources.md): Browse and subscribe to repositories, documentation, and research papers already indexed by the community - [Plans & Pricing](https://docs.trynia.ai/pricing.md): Choose a plan that fits your workflow today, and scale as your needs grow. - [Privacy Policy](https://docs.trynia.ai/privacy.md): Learn about how Nia AI protects your data and respects your privacy - [Sandbox search](https://docs.trynia.ai/sandbox-search.md): Run a read-only agent against a cloned Git repository in an ephemeral sandbox — no indexing required - [Scoped MCP Servers](https://docs.trynia.ai/scoped-mcp.md): Spin up specialized MCP servers for specific knowledge sources - [Authentication](https://docs.trynia.ai/sdk/authentication.md): Configure API keys and client authentication for the Nia SDKs - [Examples](https://docs.trynia.ai/sdk/examples.md): Complete code examples for the Nia AI SDKs - [Quickstart](https://docs.trynia.ai/sdk/quickstart.md): Get started with the Nia AI SDKs for Python and TypeScript - [Slack Search](https://docs.trynia.ai/slack-search.md): Connect, index, and search Slack workspaces through Nia - [Source Types](https://docs.trynia.ai/source-types.md): Browse Nia by the kind of knowledge you want to bring in: code, docs, PDFs, datasets, Slack, Google Drive, spreadsheets, and local sources. - [Tools](https://docs.trynia.ai/tools.md) - [Tracer](https://docs.trynia.ai/tracer.md): Autonomous agent for searching GitHub repositories without indexing - [Troubleshooting](https://docs.trynia.ai/troubleshooting.md): Common issues and solutions for Nia - [Vault](https://docs.trynia.ai/vault.md): Agent-maintained personal knowledge bases that get smarter over time. - [Welcome to Nia by Nozomio Labs](https://docs.trynia.ai/welcome.md): API for technical, up-to-date context - [X (Twitter) Integration](https://docs.trynia.ai/x-integration.md): Index posts from X/Twitter accounts and search them with AI through Nia. ## OpenAPI Specs - [openapi-v2](https://docs.trynia.ai/openapi-v2.yaml) - [openapi-docs](https://docs.trynia.ai/openapi-docs.yaml) ## Optional - [Community](https://discord.gg/BBSwUMrrfn) - [GitHub](https://github.com/nozomio-labs/nia)