cURL
curl --request GET \ --url https://api.usezombie.com/v1/workspaces/{workspace_id}/harness/active \ --header 'Authorization: Bearer <token>'
{ "workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "config_version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "compiled_profile_json": "<string>", "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Returns the currently active harness configuration for the workspace, including the compiled agent profile.
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Workspace identifier
Active harness configuration
JSON-encoded compiled agent profile