Build on NightVeil

One OpenAI-compatible API for chat, image, video, audio, and embeddings. Authenticate with your nv_ key against https://api.nightveil.ai.

API reference

A single markdown file you can paste into Claude Code, Cursor, Codex, or Gemini to generate client code fast.

Download API docs (.md)

llms.txt

MCP server

Prefer tools over raw HTTP? Add this to your MCP client config:

{
  "mcpServers": {
    "nightveil": {
      "command": "npx",
      "args": ["-y", "@nightveil/mcp"],
      "env": { "NIGHTVEIL_API_KEY": "nv_..." }
    }
  }
}

@nightveil/mcp on npm