Home / Formulas / OpenAI

OpenAI

openai

Authenticate with OpenAI using API keys. Access GPT models, DALL-E, Whisper, and other OpenAI services.

🔐 Authentication Methods

api_key
API Key
  • Go to API keys in your OpenAI platform dashboard
  • Create a new secret key
  • Copy the key (starts with sk-)
  • Optional: Add organization ID if using org-based access

👤 Identity

Organization: Optional: your org ID (leave empty for personal)

🌐 APIs

rest
Base URL: https://api.openai.com/v1
Auth Header: Authorization: Bearer {token}
Spec Type: openapi
Methods: api_key
← Back to all formulas