lattice_create_deploy_token
Create a deploy token to authenticate container deployments to a Lattice stack. The token is a secret URL returned only once.
Instructions
Create a deploy token for a stack. The plaintext is returned once and this server masks it to its first two characters, so the usable value never enters a transcript — read it from the Lattice UI, or set LATTICE_ALLOW_SECRET_VALUES=1. Used as https:///api/deploy/?container=
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stack ID | |
| name | Yes | Token name, e.g. 'github-actions' |