Boring Infra Co.

Combie Quick Start

Connect your engineering stack and run your first investigation.


Install

curl -fsSL https://combie.dev/install | sh

Initialize

combie init

This creates .combie/combie.db and the credentials file in your project or home directory.

Connect providers

Start with GitHub using your existing gh CLI auth:

combie connect github --use-gh

Add Vercel from environment variables:

combie connect vercel --use-env

Other providers require API tokens — see the Combie quickstart on GitHub for per-provider setup.

Sync

combie sync

This pulls resources and builds proven relationships between them.

Investigate a resource

combie investigate vercel:project:prj_abc123 --task dependency-impact --json

Task profiles:

Task Returns
change-review What changed + evidence chronology
dependency-impact Proven connectivity and paths
response-recall Prior investigations, resolutions, incidents

Set up agents

Expose read-only context to coding agents:

combie agent setup
combie mcp

Optional skill install:

npx skills add BoringInfraCo/combie --skill combie -a cursor -a claude-code -a codex

Next steps