1# Administration Overview1# Administration Overview
2 2
3Programmatically manage your organization.
4The Audit Logs endpoint provides a log of all actions taken in the organization for security and monitoring purposes.
5To access these endpoints please generate an Admin API Key through the [create admin API key endpoint](https://developers.openai.com/api/reference/resources/organization/subresources/audit_logs/subresources/admin_api_keys/methods/create). Admin API keys cannot be used for non-administration endpoints.
6For best practices on setting up your organization, please refer to this [guide](https://developers.openai.com/docs/guides/production-best-practices#setting-up-your-organization)
3Use the Administration API to manage organization resources such as users, invites, projects, API keys, and audit logs.
4To access these endpoints, [create an Admin API key](https://platform.openai.com/settings/organization/admin-keys). Admin API keys cannot be used for non-administration endpoints.
5
6Related guides:
7
8- [Best practices in setting up your organization](https://developers.openai.com/api/docs/guides/production-best-practices#setting-up-your-organization)
9- [Using the Admin APIs](https://developers.openai.com/api/docs/guides/admin-apis).