SynchronexBack to synchronex.ai
Docs
Synchronex

Getting Started

OverviewQuickstartAuthentication

Core Concepts

Identity KernelMemoryDecisions FeedAI WorkersWorkspaces / Teams

Integration

REST APIMCP ServerMCP ToolsCloud Developer ModeOAuthSendinelBYOK

Reference

API ReferenceChangelog

Core Concepts

AI Workers

Workers are role-based operators that use product memory, persona profiles, tools, and approval rules to run repeatable business loops.

8 min read

Worker Types

TypeNameDescriptionDefault autonomy
marketingMarketing StrategistPlans campaigns, writes copy, manages email outreach, and grows your audience via Sendinel.supervised
admin_crmAdmin & CRM ManagerManages contacts, tracks deals, updates CRM records, and handles follow-up communications.supervised
cfoCFOTracks revenue, monitors burn rate, analyzes Stripe data, and generates financial summaries.standard
ceoCEOCross-product strategic overview, decision support, and executive intelligence synthesis.standard
devsecopsDevSecOps EngineerInfrastructure management, security auditing, deployment monitoring, and incident response.supervised
product_managerProduct ManagerFeature prioritization, roadmap, and issue tracking.supervised
frontend_engineerFrontend EngineerUI implementation and code review.supervised
seo_contentSEO & ContentOrganic growth, content creation, and keyword research.supervised
systems_orchestratorOrchestrAItorCoordinates complex multi-step work by delegating to specialist workers.standard
customer_successCustomer SuccessUser retention, health scoring, and churn prevention.supervised
pricing_strategistPricing StrategistMonetization design, tier structure, and pricing optimization.supervised
sales_consultantSales ConsultantProspect qualification, outreach, and deal closing.supervised
content_productionContent ProductionContent calendar, brand consistency, and multi-channel publishing.supervised
distribution_managerDistribution ManagerContent and product distribution across newsletters, social, and partnerships.supervised
competitor_analystCompetitive Intelligence AnalystProactively compares your product against known competitors and surfaces gaps, advantages, and strategic risks.standard
hr_managerPeople Ops ManagerTracks hiring, onboarding, payroll, benefits, PTO, and contractor admin for a growing team.supervised
legal_opsLegal Ops ManagerTracks contracts, NDAs, vendor agreements, signature status, renewals, and legal admin.supervised
data_analystData AnalystMonitors product usage, funnels, cohorts, attribution, and business metric anomalies.standard
operations_managerOperations ManagerCoordinates projects, deadlines, blockers, team workload, and cross-functional follow-through.standard
seo_strategistSEO StrategistCrawls your product site, scores technical SEO health, builds an ICP-aligned keyword strategy, and generates AEO-ready content briefs.supervised

Autonomy Levels

LevelBehavior
supervisedDrafts, recommendations, and external actions require explicit user approval.
standardLow-risk work can proceed through policy checks; risky actions require approval.
autonomousRuns approved background work and logs every action, decision, and failure.

Trigger Types

TriggerUse
manualUser starts the worker from the dashboard or API.
scheduledCron-based operation such as weekly marketing plans or monthly CFO summaries.
eventRuns from an internal event, webhook, or connected integration event.

Persona Profiles

Product intelligence generates persona profiles that shape each worker prompt: product facts, target audience, competitive context, tone, operating rules, and tool boundaries.

Operating Contract

text
Worker receives:
  Identity Kernel + Product State + Persona Profile + Tool Scopes

Worker returns:
  rationale + draft/action + risk level + memory writeback candidates

Coordinator enforces:
  autonomy level + approval gate + audit log

Read the full guide →