CI Integration
Drop into your pipeline.
Block bad deploys automatically.
Add Spooled to your CI in minutes. Every PR gets a behavioral diff, policy violations block the merge, and drift signals are annotated inline on changed files.
Posts PR comment with behavioral diff
Blocks merge on policy violations
Annotates signals inline on changed files
GitHub Action
name: Agent CI on: [pull_request] jobs: behavioral-ci: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: spooled-ai/action@v1 with: license-key: ${{ secrets.SPOOLED_API_KEY }} test-command: "python -m pytest tests/agents/" baselines: baselines/ policy: spooled-policy.yml blocking: true post-comment: true
© 2026 GMH Labs LLC. All rights reserved.