marketplace_create_api_key
Create a marketplace API key to access a specific tool. Set permissions, rate limits, and expiration; the key is shown once, so store it securely.
Instructions
Create a new API key for accessing a tool in the marketplace. Returns the API key which is only shown once - store it securely!
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name for this key (e.g., 'Production Key') | |
| tier | No | Access tier for this key | free |
| toolId | Yes | The tool ID to create a key for | |
| rateLimit | No | Custom rate limit (overrides tier default) | |
| permissions | No | Specific permissions for this key | |
| userAddress | Yes | Your wallet address (key owner) | |
| expiresInDays | No | Key expiration in days (optional) |