SSH
Firecase VMs expose SSH access for interactive use. To connect you need (1) a public key registered on your account, and (2) the connection info for a running VM.
Manage your SSH keys
GET /v1/me/ssh-keys— list registered keysPOST /v1/me/ssh-keys— register a new keyDELETE /v1/me/ssh-keys/:id— revoke a key
Per-instance keys
GET /v1/instances/:id/ssh-keys— keys allowed on this instancePUT /v1/instances/:id/ssh-keys— replace the allowed-key set
Connect
GET /v1/instances/:id/ssh— connection details (host, port, user) for a running VM