Skip to Content
SSHSSH tokens

SSH tokens

Generate short-lived SSH tokens.

generateAppSshToken.js
1
const { token } = await client.apps.ssh.tokens.create({ app: "da_XYZ" });
2
// Should return: {// { ... }
5
console.log(token);

Source: stackmachine/sdks  examples.