Smithery
organizations.api_keys.create
Creates an API key owned by the organization. Requires admin role.
Remote smithery
Other tools also called organizations.api_keys.create?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "body parameter"
},
"orgId": {
"type": "string",
"description": "path parameter"
}
}
}