WorkOS
organizations.api_keys.create
Create a new API key for an organization.
Remote workos
Other tools also called organizations.api_keys.create?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name for the API key."
},
"permissions": {
"type": "array",
"items": {
"type": "string"
},
"description": "The permission slugs to assign to the API key."
},
"organizationId": {
"type": "string",
"description": "Unique identifier of the Organization."
}
}
}