OpenAI's official Terraform provider manages your API org as code
Projects, roles, service accounts and rate limits become version-controlled — plus hard monthly spend caps and new streaming transcription models.

Copy markdown
Your API org, now in version control
The official provider (v1.0.0, Terraform 1.0+) manages projects, users, groups, roles, service accounts, certificates and rate limits through `terraform plan` and `apply` against an admin key. Your org's access setup becomes reviewable and reproducible instead of click-ops in a dashboard.
Set a hard spend cap — and codify it
OpenAI's hard spend limits set a monthly ceiling that returns a 429 once tracked spend hits it, not just a warning email. Manage it alongside the provider and every project gets a guardrail against a runaway agent draining the account overnight.
Two new transcription models to build on
GPT Transcribe (files and final Realtime turns) and GPT Live Transcribe (low-latency streaming) landed on the audio/transcriptions and realtime endpoints, both with keyword hints and multi-language input. Enough to ship live captions or a voice agent this weekend.