openai · OpenAI Platform Docs
Admin APIs
Automating organization management tasks including user invitations, audit log retrieval, project administration, and API key management using Admin API keys and SDKs.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Admin APIs
Automating organization management tasks including user invitations, audit log retrieval, project administration, and API key management using Admin API keys and SDKs.
When To Use
Use when automating organization management tasks such as inviting new users, auditing configuration changes, or managing API keys and rate limits programmatically.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/admin-apis-workflow-guide.md | A guide detailing how to automate organization management workflows including user invitations, audit log reviews, and API key management using Admin APIs. | Questions about a guide detailing how to automate organization management workflows including user invitations, audit log reviews, an... |
What This Skill Covers
- Admin APIs let you automate organization management workflows such as user invitations, audit log review, project administration, API key management, and rat...
- Main sections:
Use an Admin API key with the SDK,Invite a user by email,Retrieve audit logs.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.openai.com/api/docs/guides/admin-apis.md
