Overview
Integrations that are supported by Nia
Slackbot
Nia AI can answer questions about your codebase in Slack
Github
Nia AI can index your private repositories
Cursor
Use Nia AI’s Nia Agent directly in Cursor code editor
Continue
Integrate Nia AI with Continue coding assistant
MCP Server
Connect Nia to any AI assistant with Model Context Protocol support
Other Code Editor Integrations
You can use the Nia API with any IDE or developer tool that uses LLMs and allows you to use custom models that use the OpenAI chat/completions format.
Simply override the base URL to https://api.trynia.ai
and add your Nia API key.
For tools that support Model Context Protocol (MCP), you can also use the Nia MCP server for direct codebase queries. See the MCP integration guide for details.
Rate Limits
All project API keys have a default rate limit of 60 requests per minute. This can be increased by contacting us if you’re on the Pro plan.
VS Code
Works with VS Code extensions that support custom OpenAI-compatible endpoints
JetBrains IDEs
Compatible with AI assistants in IntelliJ, PyCharm, and other JetBrains products
Neovim
Works with Neovim plugins that support OpenAI API format