Oblive Docs
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:all

Public 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 build

Local 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 --confirm

Backend

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:provision

Agent 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 apollo

The 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

SurfaceDefault URL
Backend healthhttp://127.0.0.1:3000/health
Backend API explorerhttp://127.0.0.1:3000/docs
Backend OpenAPI JSONhttp://127.0.0.1:3000/docs/spec.json
Producthttp://127.0.0.1:3001
Fumadocs developmenthttp://127.0.0.1:4322