Workspace Management API
Everything in Permit is available through the API, including the Workspace management itself. This article provides pointers for discovering and using these APIs.
Workspace (aka organization)
- Workspace API
- Members API - invite and manage your team members and their access in Permit
- API History
- Activity Audit Log - the audit log for Permit itself
info
The workspace Create API requires a special API key - which you can request from the Permit team.
Projects
- Projects API - requires a workspace level API key
- Members API - invite and manage your team members and their access in Permit
- pass in
project_id
s under permissions
- pass in
Environments
- Projects API - requires a Project level API key
- Members API - invite and manage your team members and their access in Permit
- pass in
environmnet_id
s under permissions
- pass in
- Environments API
- See Creating Environments for more details.