# CI/CD Run Blekline verification in CI before agent workflows touch production APIs. ## Repo config - [`ci/`](https://github.com/Blekline/blekline-oss/tree/main/ci/) on blekline-oss - Template: `ci/github-actions/blekline-gate.yml.example` ## GitHub Actions 1. Copy `blekline-gate.yml.example` → `.github/workflows/blekline-gate.yml`. 2. Add repository secrets: `BLEKLINE_WORKSPACE_TOKEN`, optional `BLEKLINE_API_URL`. 3. CI runs `verify:integrations` and optional `demo:mcp-smoke` when secrets are set. ## Local verify ```bash pnpm build:packages pnpm verify:integrations ``` --- **Next steps:** [CLI quick start](/docs/introduction/quick-start) · [MCP server](/docs/mcp/server)