Smithery
org.owner.project.regenerate_api_key.create
Generates a new API key for the specified project, invalidating any existing API keys for that project. This operation creates a fresh API key with a new random name and key value. All existing API keys for this project will be marked as deleted.
Remote smithery/composio
Other tools also called org.owner.project.regenerate_api_key.create?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"nano_id": {
"type": "string",
"format": "projectId",
"example": "pr_1a2b3c4d5e6f",
"description": "Unique identifier (Nano ID) of the project to regenerate API key for"
}
}
}