Phase 1 platform guide (7.0)
What shipped in Phase 1 exit (7.0.0) and how to turn on auth, PageIndex, Presidio, and Tier 1 Compose.
Full source doc: phase-1-platform-guide.md · Ground truth: modularization-implementation-status.md
Delivered in Phase 1
| Capability | Enable / path |
|---|---|
Gateway auth (clawql-auth) | CLAWQL_AUTH_MODE=apiKey, CLAWQL_API_KEY |
PageIndex (pageindex_* tools) | Default on; CLAWQL_ENABLE_PAGEINDEX=0 to hide |
| Presidio hooks | CLAWQL_ENABLE_PRESIDIO=1 + analyzer/anonymizer URLs |
| Tier 1 Compose | examples/clawql-local-docker-compose |
| Release manifest | clawql doctor --smoke, clawql release * |
OIDC/SAML/RBAC, full Operator NL ops, and vertical packages remain roadmap — see Vision & Roadmap.
Quick starts
API key on HTTP MCP
export CLAWQL_AUTH_MODE=apiKey
export CLAWQL_API_KEY="your-long-random-secret"
Tier 1 Docker Compose
git clone https://github.com/danielsmithdevelopment/ClawQL.git
cd ClawQL/examples/clawql-local-docker-compose
./bootstrap.sh && docker compose up -d
Optional Presidio: add -f docker-compose.presidio.override.yml.
Presidio redaction
export CLAWQL_ENABLE_PRESIDIO=1
export CLAWQL_PRESIDIO_ANALYZER_URL=http://presidio-analyzer:3000
export CLAWQL_PRESIDIO_ANONYMIZER_URL=http://presidio-anonymizer:3000
Redacts on execute, memory_ingest, and ingest_external_knowledge before persistence.
