K3 Workflows
Last validated: 2026-05-14
This workflow guide is split into scenario-focused files with complete command/API examples.
Start Here
- Prerequisites and Shared Setup
- Environment variables, helper commands, and baseline checks.
- Source to Ingest Pipeline Flow
- Bucket + source + pipeline + rule + discovery/ingest job flow.
- Vector Search Lifecycle
- Engine setup, collection creation, search, and external vector write path.
- Table Lifecycle and SQL Flow
- Engine, table creation, data writes, SQL, maintenance, and compaction.
- OAuth Source Onboarding
- OAuth URL, code exchange, source setup, and first sync.
- Object Access and Sharing
- Upload/list/show/remove and temporary download URL usage.
- Operations Checklist
- Health/readiness checks and common incident triage paths.
Workflow Philosophy
Each workflow shows:
- Goal and when to use it.
- Required inputs.
- CLI-first steps with API fallback where CLI coverage is partial.
- Expected outcomes and troubleshooting notes.
For API detail per endpoint, see 04-api-reference.md. For CLI command reference, see 05-cli-guide.md.