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
What most tools need
Most integrations only need three values:-
Base URL
Usually
https://api.naga.ac/v1, orhttps://api.naga.acfor Anthropic-style tools. - API key Use your standard NagaAI API key.
- 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
- Identify whether the tool expects OpenAI-compatible or Anthropic-compatible settings.
- Paste the correct base URL.
- Paste your NagaAI API key.
- Pick a model ID.
- Send a simple test request.