Springboards API
OpenAI-compatible HTTP API for Springboards models. The gateway speaks the OpenAI Chat Completions protocol, so existing OpenAI SDKs and tools work by pointing them at the base URL below with a Springboards API key.
Base URL: https://api.springboards.ai
OpenAI SDKs expect the /v1 prefix in the base URL, so configure them with
https://api.springboards.ai/v1. Every request must carry an
Authorization: Bearer <your API key> header.
See the API reference for every endpoint — the reference is generated
directly from the service’s OpenAPI specification, so it always matches the
deployed contract. The raw spec is also served by the API itself at
/openapi.json and /openapi.yaml.