- OpenAI-compatible API (recommended for most apps)
- Anthropic Messages API (for Anthropic-native tools)
- OpenAI Responses API (for apps using the newer Responses endpoint)
What you typically need
Most integrations only require three things:-
Base URL
- Usually:
https://api.naga.ac/v1 - Sometimes (Anthropic Messages API tools):
https://api.naga.ac
- Usually:
-
API key
- Use your NagaAI API key (Bearer token)
-
Model (tools required for agentic apps)
- Choose any NagaAI model that supports function calling (tools).
- Use the tools-filtered list: https://naga.ac/models?parameters=tools
Need an API key? Get one from the NagaAI dashboard: https://naga.ac/dashboard (API Keys section). Also see our Quickstart.
Which base URL should I use?
- For OpenAI Compatible tools, the base URL is usually:
https://api.naga.ac/v1 - In other cases, the tool may require:
https://api.naga.ac(for example, when it uses Anthropic Messages API)