issue_api_key
Issue a fresh ta_data_* API key for your current tenant. Useful for pasting into /add-database or configuring a separate integration. The new key is tied to your existing plan tier. Rate-limited to 5 issuances per tenant per day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| plan | No | ||
| user | No | ||
| error | No | ||
| usage | No | ||
| key_id | No | Non-secret fingerprint of the issued key. Safe to log and surface in UI. | |
| status | Yes | ||
| api_key | No | One-time API key secret. Returned only on successful creation, in both structuredContent.api_key and content[0].text — save it immediately. The server stores only sha-256 of the secret; once this response is lost, the key is unrecoverable and must be rotated. Matches AWS IAM / Stripe / GitHub PAT one-time-reveal semantics. | |
| tenantId | No | ||
| retry_after_s | No | ||
| credential_returned_once | No |