register_gateway
Register a new gateway to manage GPU clusters. Returns a one-time token that must be stored immediately.
Instructions
Register a new VibOps gateway (remote agent).
Returns a one-time bearer token to configure the gateway with — store it immediately, it cannot be retrieved again.
Write operation — recorded in the audit log.
Args: name: Human-readable name for the gateway (e.g. 'prod-vpc', 'eu-west-dc'). description: Optional description of the gateway's location or purpose. clusters: List of cluster names this gateway will manage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| clusters | No | ||
| description | No |