Start here

Authenticate with API keys

Use scoped organization API keys for server-to-server calls.

API keys represent an organization context. Never expose one in browser code or commit it to a repository.

The API accepts the key in the Authorization Bearer header. Assign only the permissions an integration needs; read access is sufficient for listing sandboxes and logs.

terminal
1curl https://api.zei.sh/api/v1/public/sandboxes \2  -H "Authorization: Bearer $ZEISH_API_KEY"