> For the complete documentation index, see [llms.txt](https://docs.nexos.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexos.ai/gateway-api.md).

# Gateway API

- [QuickStart with nexos.ai Gateway API](https://docs.nexos.ai/gateway-api/quickstart.md): Learn how to quickstart using nexos.ai 's Gateway API in this step by step guide.
- [API Keys](https://docs.nexos.ai/gateway-api/api-keys.md)
- [Chat](https://docs.nexos.ai/gateway-api/chat.md)
- [Messages](https://docs.nexos.ai/gateway-api/messages.md)
- [Responses](https://docs.nexos.ai/gateway-api/responses.md)
- [Audio](https://docs.nexos.ai/gateway-api/audio.md)
- [Images](https://docs.nexos.ai/gateway-api/images.md)
- [Embeddings](https://docs.nexos.ai/gateway-api/embeddings.md)
- [Storage](https://docs.nexos.ai/gateway-api/storage.md)
- [Models](https://docs.nexos.ai/gateway-api/models.md)
- [Team Management](https://docs.nexos.ai/gateway-api/team-management.md)
- [User Management](https://docs.nexos.ai/gateway-api/user-management.md)
- [Agent Management](https://docs.nexos.ai/gateway-api/agent-management.md)
- [Assistant Management](https://docs.nexos.ai/gateway-api/assistant-management.md)
- [Company Management](https://docs.nexos.ai/gateway-api/company-management.md)
- [Budget Limit Management](https://docs.nexos.ai/gateway-api/budget-limit-management.md)
- [Usage](https://docs.nexos.ai/gateway-api/usage.md)
- [Integrations](https://docs.nexos.ai/gateway-api/integrations.md)
- [Codex CLI Integration](https://docs.nexos.ai/gateway-api/integrations/codex-cli.md): Follow our guide to integrate Codex CLI with nexos.ai, with few simple steps.
- [CrewAI Integration](https://docs.nexos.ai/gateway-api/integrations/crewai.md): Route CrewAI's multi-agent workflows through nexos.ai by creating an LLM connection with your API key.
- [OpenCode Integration](https://docs.nexos.ai/gateway-api/integrations/opencode.md): Follow our guide to integrate OpenCode with nexos.ai, with few simple steps.
- [Claude Code Integration](https://docs.nexos.ai/gateway-api/integrations/claude-code.md): Learn how to connect Claude Code to the nexos.ai API Gateway using environment variables, and set default models per task.
- [Claude Cowork](https://docs.nexos.ai/gateway-api/integrations/claude-cowork.md)
- [Bubble](https://docs.nexos.ai/gateway-api/integrations/bubble.md)
- [Gitlab CI Integration](https://docs.nexos.ai/gateway-api/integrations/gitlab-ci.md): Follow our guide to integrate Gitlab CL with nexos.ai, with few simple steps.
- [OpenAI Agents SDK Integration](https://docs.nexos.ai/gateway-api/integrations/openai-agents-sdk.md): Learn about OpenAI Agents SDK and check out a sample implementation with nexos.ai.
- [Vercel AI SDK Integration](https://docs.nexos.ai/gateway-api/integrations/vercel-ai-sdk.md): Learn about Vercel AI SDK and check out a sample implementation with nexos.ai.
- [Streamlit](https://docs.nexos.ai/gateway-api/integrations/streamlit.md)
- [ProxyAI Integration](https://docs.nexos.ai/gateway-api/integrations/proxyai.md): Learn how to connect nexos.ai to IntelliJ using the ProxyAI plugin, including installation, provider configuration, and chat and code completion setup.
- [Langfuse Integration](https://docs.nexos.ai/gateway-api/integrations/langfuse.md): Learn about Langfuse and check out a sample implementation with nexos.ai.
- [LangGraph Integration](https://docs.nexos.ai/gateway-api/integrations/langgraph.md): Follow our quick guide on how to build a LangGraph chatbot routed through nexos.ai, with a full Python and TypeScript example.
- [LangChain Integration](https://docs.nexos.ai/gateway-api/integrations/langchain.md): Learn about LangChain and check out a sample implementation with nexos.ai.
- [Roo Code Integration](https://docs.nexos.ai/gateway-api/integrations/roo-code.md): Install and configure the Roo Code extension in VS Code, then point it at the nexos.ai API Gateway using your API key to start coding with any model.
- [n8n Integration](https://docs.nexos.ai/gateway-api/integrations/n8n.md): Learn how to connect n8n with nexos.ai, including API key generation, workflow setup, model selection, and memory configuration for AI Agent nodes.
- [Code examples](https://docs.nexos.ai/gateway-api/code-examples.md)
- [Python SDK](https://docs.nexos.ai/gateway-api/code-examples/python-sdk.md)
- [Go SDK](https://docs.nexos.ai/gateway-api/code-examples/go-sdk.md)
- [.NET SDK](https://docs.nexos.ai/gateway-api/code-examples/.net-sdk.md)
- [OpenClaw on Hostinger: Setup Guide](https://docs.nexos.ai/gateway-api/openclaw-on-hostinger.md): Set up OpenClaw on Hostinger with nexos.ai. Browse available AI models, configure your primary model, and set up fallbacks for reliable performance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.nexos.ai/gateway-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
