{
  "schema": 1,
  "engine": "ai-stack",
  "engine_version": "0.4.0",
  "api_version": "v1",
  "transport": "loopback-http",
  "base_url": "http://127.0.0.1:8765/api/v1",
  "browser_cross_origin_access": false,
  "project_context_requires_human_authorization": true,
  "external_action_authority": false,
  "operations": {
    "capabilities": {
      "method": "GET",
      "path": "/capabilities",
      "data": "none"
    },
    "active_stack": {
      "method": "GET",
      "path": "/stack",
      "data": "secret-free configuration"
    },
    "run": {
      "method": "POST",
      "path": "/runs",
      "data": "explicitly authorized prompt"
    }
  },
  "hosted_engine": false
}
