Agent tools
Connect to the data plane
Mint short-lived credentials for direct command and filesystem access to a running sandbox.
Request exec access once a sandbox has a live runtime. The response contains sandbox HTTP and RPC endpoints plus a short-lived sandbox-session token.
This token is intentionally separate from your organization API key. Keep it in memory, respect its expiry, and request a fresh token rather than persisting it.
terminal
1curl "$ZEISH_API/public/sandboxes/$SANDBOX_ID/exec-access" \2 -H "Authorization: Bearer $ZEISH_API_KEY"