Documentation

Deploy guide and platform specs

Go-live steps, deployment tiers, API reference, and technical deliverables — in one place.

Pipeline

Four steps to production traffic

Same path for YCA Construction and ProcureIQ.

foundation

Terraform — skeleton in your cloud

customer-instance modules provision Artifact Registry, Cloud Run, GCS documents bucket, Secret Manager shells, and CI deploy IAM — typically under one hour.

arrow_downward
rocket_launch

GitHub Actions — same image as production

Push to main builds linux/amd64, publishes to Artifact Registry, and deploys Cloud Run with DOMAIN_CONFIG_PATH and INSTANCE_TIER — zero custom Dockerfile per vertical.

arrow_downward
key

Ansible — secrets, schema, seed

Vault → Secret Manager → Cloud Run env; postgres_schema + seed_apply render domain_config and vertical SQL; smoke checks /health, /version, Postgres, Qdrant.

arrow_downward
public

Production traffic — branded surface

Vercel Frontend (enterprise) or your UI/BFF (API tier) connects to QueryTextStream/v2. Admins manage prompts and intents — no redeploy for copy changes (roadmap).

Tiers

Sandbox, Enterprise, or Dedicated Stack

Match packaging to who owns the cloud, UI, and keys.

ENTERPRISE

Fastest path to a branded B2C/B2B product

Full YcaOS on Bold-managed infra: Vercel Frontend + Backend + Payment.API + yca-auth. Custom domain, Stripe optional, 99.5% SLA target. Live: YCA Construction Advisor (czatbudowlany.pl).

API TIER

Keep your frontend; inherit the intelligence engine

Backend Cloud Run only — your UI/BFF owns UX. QueryTextStream/v2 + MCP Streamable HTTP for customer Neo4j, ERP, or supplier graphs. Live: ProcureIQ / Lindle.

DEDICATED STACK

Maximum control for enterprise procurement

Full stack in customer GCP: Cloud SQL, GCS, Firebase/OIDC, Qdrant, Vercel or self-hosted UI. BYOK, custom MCP tools, premium SLA (99.9% target), data residency for regulated buyers.

API

Integration endpoints

Streaming chat, health checks, and admin APIs on Cloud Run.

MethodPath
GET
/health
GET
/version
GET
/QueryTextStream/v2
GET
/api/documents/*
POST
/mcp/
Platform specs

What's in the box

Core building blocks and what engineering receives on handoff.

analytics

Document Intelligence

Advanced OCR and semantic chunking for enterprise-scale unstructured data processing.

monitoring

LLM Integration

Seamless Langfuse observability and trace logging for every prompt and model execution.

cloud_sync

Cloud Whitelabeling

Rapid deployment of branded AI instances without modifying a single line of core logic.

Handoff deliverables

DDL_SCHEMAS

Pre-optimized database schemas for relational and vector workloads.

YAML_INFRA

Kubernetes manifests and Terraform states for reproducible environment setup.

SEED_SPECS

Baseline configurations and whitelabel assets for the branding engine.