clerk.get_machine_secret_key
Retrieve the secret key for a machine in a connected Clerk instance.
Sensitive — the returned secret grants machine authentication; do not log or expose it.
Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account.
Returns the machine secret key.
Cost = 5 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| machine_id | Yes | Clerk machine id (mch_...) to retrieve or modify. | |
| clerk_instance_id | No | Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| machine_secret_key | No | Machine secret key payload from the Backend API. |