Reference
Command Reference
Common repository, stack, backend, agent-pack, and verification commands.
Repository
bun install --frozen-lockfile
bun run check
bun test
bun run check:allPublic Sites
bun install --cwd sites --frozen-lockfile
bun run --cwd sites --filter @oblive/site-landing dev
bun run --cwd sites --filter @oblive/site-docs dev
bun run --cwd sites --filter @oblive/site-docs check
bun run --cwd sites --filter @oblive/site-docs buildLocal Stack
bun run stack env
bun run stack config
bun run stack up
bun run stack ps
bun run stack logs -f
bun run stack down
bun run stack reset --confirmBackend
bun run --cwd apps/backend typecheck
bun run --cwd apps/backend db:migrate
bun run --cwd apps/backend agent-packs:sync
bun run --cwd apps/backend agent-profiles:provisionAgent Integration Inventory
Inside an authorized agent run, the read-only commands show the current safe inventory available to that execution:
oblivectl integration list
oblivectl integration show apolloThe output includes key, name, control-plane readiness, enabled state, access mode, enabled capabilities, department tags, and profile availability. It excludes credentials, tokens, provider endpoints, OAuth subjects, and configuration secrets. These commands do not make a provider health request.
Documentation Endpoints
| Surface | Default URL |
|---|---|
| Backend health | http://127.0.0.1:3000/health |
| Backend API explorer | http://127.0.0.1:3000/docs |
| Backend OpenAPI JSON | http://127.0.0.1:3000/docs/spec.json |
| Product | http://127.0.0.1:3001 |
| Fumadocs development | http://127.0.0.1:4322 |