Full client onboarding: domain scan, context pipeline, workspace setup.
Runs a full intake sequence the moment a new client is registered. Scans the target domain for signals, feeds results into the context pipeline, provisions a project workspace, and dispatches follow-on agents — all without human hand-holding.
Illustrative output structure — actual results depend on your data.
{
"client": "acme-corp",
"domain_signals": 42,
"workspace": "ws_acme_2026",
"agents_dispatched": ["context-intelligence", "drive-structure-builder"],
"status": "onboarded"
}