create_api_key
Creates a new API key pair for a project and returns the secret key for immediate storage.
Instructions
Create a new API key pair (pk/sk) for a project.
Returns the secret key — store it immediately, it is not shown again.
Args: project_id: The project ID to create the key for. note: Optional label for the key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| project_id | Yes |