Skip to main content
You can integrate NagaAI with almost any tool that supports one of these protocols:
  • 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:
  1. Base URL
    • Usually: https://api.naga.ac/v1
    • Sometimes (Anthropic Messages API tools): https://api.naga.ac
  2. API key
    • Use your NagaAI API key (Bearer token)
  3. Model (tools required for agentic apps)
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)