OpenAI (Admin/Organization)
Collect organization member, project, and API-key inventory as read-only AI-governance compliance evidence through the OpenAI Admin API. Scoped strictly to organization/access evidence, not model usage content or completions data. Requires an Admin API key (distinct from a regular project API key). API keys are listed per-project; substitute your project ID for the <project-id> placeholder in the api-keys endpoint path.
What this connector audits
Checks this connector runs once it's connected. This is the full list; we don't claim coverage beyond what's implemented.
- Read-only API inventory endpoint checks
- Evidence assets generated through the generic HTTP connector
Endpoints this template queries
The exact OpenAI (Admin/Organization) API endpoints called once connected. All read-only GET requests unless noted.
- GET/users
- GET/projects
- GET/projects/<project-id>/api_keys
What we need
Field labels only. We never show secret values here. Credentials are encrypted at rest and used only to run the checks above.
- Base URL(prefilled: https://api.openai.com/v1/organization)
- Endpoints (JSON)(prefilled: [ { "id": "users", "name": "Organization users", "path": "/users" }, { "id": "projects", "name": "Projects", "path": "/projects" }, { "id": "project-api-keys", "name": "Project API keys", "path": "/projects/<project-id>/api_keys" } ])
- Auth header name(prefilled: Authorization)
- Auth header value(secret credential)
Required
Optional
Which frameworks this evidence supports
OpenAI (Admin/Organization) evidence feeds into controls for any framework you run that requires this check type; the same synced evidence can satisfy more than one framework's requirements instead of being collected per audit.
Don't see your system?
Tell us what you use and what it needs to prove. We'll follow up about adding a connector.
Wire in OpenAI (Admin/Organization) evidence
Get a guided demo, or start by scanning any domain for free.