acedatacloud_create_credential
Create an API key for your application with optional name, spend cap, and expiry. Confirmation required; token returned only on creation.
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 |