Integration reference

OpenAI-Compatible API Access

Use a bearer key and https://quickaicode.com/v1 as the custom Base URL for clients that support selected compatible request formats.

Start with model discovery

  1. Create a platform API key

    Store it in QUICKAICODE_API_KEY; never commit it.

  2. List current models

    Call GET /v1/models and copy an ID available to your account.

  3. Send a small test

    Verify status, streamed events, and usage before integrating a larger workload.

Tested endpoint families

GET /v1/models

Model discovery for the current account and group.

POST /v1/responses

Selected standard and SSE-streamed Responses-compatible requests.

POST /v1/chat/completions

Selected Chat Completions-compatible messages and streaming behavior.

Authentication

HTTP headers
Authorization: Bearer $QUICKAICODE_API_KEY
Content-Type: application/json

Use a Quick AI Coding platform key only. It is not an OpenAI Platform key.

Compatibility boundary

Selected formats, not full parity

Compatibility is limited to the endpoints, fields, events, and client behaviors explicitly tested by Quick AI Coding. Hosted tools, storage, background mode, WebSocket mode, remote MCP, and future additions are not implied unless separately verified.

Quick AI Coding is independently operated and is not affiliated with or endorsed by OpenAI or Cursor.