Interlaken
API referenceAgents and workflowsTeams

Interactive terminal into a team member's sandbox (WebSocket)

GET
/api/v1/teams/{id}/members/{memberId}/terminal

Requires the agent_teams:invoke permission.

Streaming WebSocket (binary = PTY bytes, text = {cols,rows} resize) — consumed by the console workbench, not a JSON call.

Authorization

AuthorizationBearer <token>

An access token from this zone's POST /oauth/token, or a session token from POST /api/v1/auth/login. Send it as Authorization: Bearer <token>.

In: header

Path Parameters

id*string
memberId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/teams/string/members/string/terminal"
Empty