Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.naga.ac/llms.txt

Use this file to discover all available pages before exploring further.

Many third-party tools can connect to NagaAI as long as they let you set a base URL, an API key, and a model. Start with the protocol the tool already supports.

Which protocol should you use?

OpenAI-Compatible

Best fit for most third-party apps that expect an OpenAI-style base URL and chat-shaped requests.

Anthropic Messages

Use this when the tool is built around Anthropic-style content blocks and Messages streaming.

Responses API

Use this when the tool already supports the newer Responses endpoint and item-based workflows.

Connection settings

Tool expectsBase URLAuth
OpenAI-compatible requestshttps://api.naga.ac/v1Your standard NagaAI API key
OpenAI Responses APIhttps://api.naga.ac/v1Your standard NagaAI API key
Anthropic Messages APIhttps://api.naga.acYour standard NagaAI API key

What most tools need

Most integrations only need three values:
  1. Base URL Usually https://api.naga.ac/v1, or https://api.naga.ac for Anthropic-style tools.
  2. API key Use your standard NagaAI API key.
  3. Model Choose an exact NagaAI model ID.
Need an API key? Create one in the NagaAI Dashboard, or start with Quickstart.

If the tool uses agents or tools

Choose a model that supports function calling:

Generic setup flow

  1. Identify whether the tool expects OpenAI-compatible or Anthropic-compatible settings.
  2. Paste the correct base URL.
  3. Paste your NagaAI API key.
  4. Pick a model ID.
  5. Send a simple test request.

Common mistakes

ProblemLikely causeFix
Auth failsWrong key type or bad copy/pasteRecreate or re-enter your standard API key
Request hits the wrong endpoint shapeWrong base URL for the tool’s protocolUse https://api.naga.ac/v1 for OpenAI-style tools or https://api.naga.ac for Anthropic-style tools
Agent features do not workChosen model does not support toolsPick a tools-capable model