runtime

SiftQ + OpenAI Assistants & Custom GPTs

Import SiftQ via OpenAPI into any custom GPT or Assistant.

SiftQ exposes a public OpenAPI 3.1 spec at `/openapi.yaml`. Paste that URL into the "Create a custom GPT → Actions" or OpenAI Assistant action builder — your GPT can now search the web, with the supported scopes available as parameters.

Install

bash
# Paste this URL into Custom GPT > Actions > Import

Example

javascript
https://api.siftq.com/openapi.yaml

Why use it

  • Zero code — paste a URL and your GPT can search the web
  • OpenAI auto-generates the tool description from our spec — accurate by construction
  • Per-key auth flows cleanly through GPT's secret manager
  • Same API key works across Custom GPT, Assistants v2, and Realtime
Source
platform.openai.com/docs/assistants
Try the SiftQ API playground →