acedatacloud_create_credential
Creates an API key for an application, returning the full token only at creation. Requires confirm=true to proceed.
Instructions
Create an API key (credential) on one of your applications.
The full token is returned ONLY on creation — store it immediately. Requires
``confirm=true``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional human-readable name for the key. | |
| confirm | No | Must be true to actually create the key. | |
| expired_at | No | Optional ISO-8601 expiry, e.g. '2026-12-31T00:00:00Z'. | |
| application_id | Yes | UUID of the application (subscription) to attach the key to. Required. | |
| limited_amount | No | Optional spend cap for this key, in Credits. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |