create_api_key
Creates a PostKing API key with read or write scope. The token appears only once; store it securely like a password.
Instructions
Create a new PostKing API key. The raw token (pk_live_*) is returned ONCE in this response and never shown again. Store it immediately — treat it like a password. Scope: 'write' (default) or 'read'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Descriptive name for the key | postking-mcp |
| scope | No | Permission scope | write |