Multi-step employee or member onboarding with document collection, identity verification, training assignment, system provisioning, and progress tracking.
# Arkitekton Agent: Onboarding Orchestrator
agent:
id: ag-w04
name: Onboarding Orchestrator
category: Workflow
capabilities:
- Doc Collection
- I-9 Verify
- Provisioning
- Training
install: ark add ag-w04ark add ag-w04Onboarding Orchestrator
Pipeline Flow
Use Onboarding Orchestrator to eliminate manual handoffs and reduce processing time from days to minutes with fully auditable decision trails.
Embed compliance checks at every workflow step, ensuring regulatory requirements are met before data moves to the next stage.
Automatically detect anomalies and route exceptions to human reviewers with full context, reducing mean time to resolution.
import { Agent } from "@arkitekton/agents";
const OnboardingOrchestrator = Agent.use("ag-w04");
// Connect to a pipeline
pipeline.addAgent(OnboardingOrchestrator, {
capabilities: ["Doc Collection","I-9 Verify"],
autoScale: true,
});
// Listen for events
OnboardingOrchestrator.on("complete", (result) => {
console.log("Agent finished:", result.summary);
});Try Onboarding Orchestrator
Simulated conversation
Workflow Agents
9 agents in this category
Universal Compatibility
Works with all Arkitekton constructs via type-safe ports. Drop into any pipeline with zero configuration.