Built-in workforce
Your team starts with
13 workers.
Every Salsa instance ships with pretrained agents that handle real work — research, outreach, compliance, recruiting, and more. They run inside the same execution loop as your human teammates: QA-gated, sandbox-isolated, audit-trailed.
Not chatbots. Workers.
Agents that execute, not suggest
Pretrained on real workflows
Each agent ships with a playbook — a structured set of instructions honed on actual business processes. Not generic prompts. Real operational knowledge.
Constantly evolving
Agent personas are updated with every Salsa release. New capabilities, better playbooks, refined heuristics. Your workforce gets smarter without any action from you.
Same rules as humans
Agents go through the same QA gates, permission checks, and audit logging as your human teammates. No shortcuts. No shadow execution.
Pretrained workers
Ready to work on day one
Assign any of these agents to your team. They operate on schedules, respond to events, and execute inside the Salsa loop. Activate the ones you need. Suspend the rest.
Project Manager
Weekdays at 10:00Tracks milestones, manages blockers, and keeps teams aligned
An always-on coordinator that monitors task completion, identifies dependency risks, gathers status updates from every channel, and delivers progress reports. Thinks in milestones, not messages.
Pipeline Whisperer
Weekdays at 11:50Keeps your CRM healthy and nudges reps at the right time
Surfaces stale deals, drafts follow-up messages, syncs meeting notes into opportunity records, and forecasts close probability. Flags any deal with no activity in 5+ days.
Customer Health Monitor
Weekdays at 10:05Surfaces churn risk and expansion signals before anyone else
Combines product usage analytics, support ticket velocity, and sentiment feeds to score account health. Alerts CSMs on usage drops and compiles weekly executive summaries.
Competitor Intelligence Analyst
Weekdays at 13:20Monitors rivals, product launches, and pricing moves
Aggregates press releases, product changelogs, community chatter, and job postings into concise competitive briefs. Tracks pricing changes, executive hires, and sentiment shifts across the market.
Talent Scout
Tuesdays at 14:30Finds and qualifies candidates across LinkedIn, GitHub, and job boards
A 24/7 recruiting partner. Define skills, seniority, and location. Talent Scout discovers matching profiles, captures background and project history, and delivers structured candidate dossiers.
Onboarding Concierge
Weekdays at 16:00Welcomes new hires and keeps the checklist moving
Guides every new teammate through the entire onboarding journey: welcome messages, equipment provisioning, orientation scheduling, paperwork collection, and stakeholder nudges for overdue items.
Vendor Price Analyst
Monday & Thursday at 15:05Tracks supplier quotes and finds negotiation leverage
Compares your contracted vendor pricing against public catalogs, competing quotes, and historical trends. Surfaces renegotiation opportunities and recommends tactics when price changes exceed 3%.
Compliance Sentinel
Mondays at 12:10Audits policies and alerts owners when controls drift
Keeps SOC 2, ISO 27001, and internal policy tasks on track. Diffs policy repos, checks evidence freshness, reminds control owners of upcoming deadlines, and summarizes audit readiness.
Incident Comms Scribe
Every hour, every dayCaptures status updates and keeps stakeholders aligned during incidents
Records incident timeline updates, drafts stakeholder emails, pulls PagerDuty and Slack threads into a single narrative, and ensures post-mortem materials have a clean, auditable history.
Real Estate Research Analyst
Daily at 09:00Finds properties, pulls comps, and tracks market trends
Monitors real estate listings, researches comparable properties, analyzes market data, and compiles reports. Delivers email updates with new opportunities and trend analysis.
Enrichment Agent
On demandAdds context and supporting data to any record or task
Enriches incoming records with relevant metadata, highlights missing fields, and assigns confidence levels. Works across CRM entries, support tickets, lead records — any structured data.
Outreach Agent
On demandDrafts personalized outreach and coordinates sends
Writes outreach messages tailored to each recipient, proposes optimal send windows, and maintains auditable logs of every touchpoint. Every draft passes QA review before send.
Salsa Crawler
On demandCrawl, scrape, map, and extract structured web data
A full web intelligence worker. Four modes: map (discover URLs), scrape (fetch and clean to markdown), crawl (recursive traverse), and extract (schema-validated JSON). Enforces robots.txt and rate limits. Preserves provenance.
Execution model
Every agent runs in the loop
Agents don't bypass safety. They follow the same five-stage execution loop as every human action in Salsa.
Trigger
A schedule fires, an event arrives, or a human assigns work. The agent receives a structured intent.
Plan
The agent decomposes the task into steps using its playbook. Each step specifies tools, inputs, and expected outputs.
QA Gate
An independent QA agent reviews the plan for safety, completeness, and risk. No plan executes without passing.
Sandbox Execute
Steps run inside an isolated VM sandbox. The host system is never exposed. Failed steps can't damage your environment.
Audit & Notify
Every action is recorded in an immutable event store. Results are delivered with a full trail of what happened and why.
Orchestration modes
One agent. Or all of them.
Salsa supports three orchestration modes depending on the complexity of the work.
One agent, one task
Route a task to a specific agent. Best for focused, well-defined work like drafting outreach or monitoring compliance.
Decompose, then dispatch
A plan agent breaks the task into steps, QA reviews the plan, then each step routes to the right specialist agent automatically.
Parallel execution, synthesized results
Multiple agents work simultaneously on different facets of the same problem. Results are merged into a unified output.
Marketplace agents
Domain-specific agent teams
Beyond the core workers, Salsa ships specialized agent teams for entire business functions. Each team is a coordinated group of agents with shared context.
A complete marketing team in a box
16 coordinated skills that take you from competitor research to live ad campaigns.
Custom agents
Build agents for your exact workflow
When the built-in workers don't fit, build your own. Custom agents inherit the full Salsa execution model — QA gates, sandbox isolation, audit trails, event triggers, and team assignment.
Define a playbook
Write a structured playbook that describes the agent's purpose, operating procedures, success criteria, and failure modes. The playbook is the agent's operational DNA.
Set triggers and cadence
Configure when the agent runs: scheduled (cron-style), event-driven (webhook, status change), or on-demand. Mix triggers to cover every scenario.
Assign to teams
Bind the agent to specific teams with scoped permissions. Each team gets its own instance with isolated state. Suspend or activate per team without affecting others.
Long-horizon work
Custom agents excel at multi-day, multi-week projects. They maintain context across sessions, remember previous runs, and build on accumulated knowledge — not just single-shot tasks.
Under the hood
System agents that power the loop
Behind every worker is a foundation of system-level agents that handle reasoning, planning, quality assurance, and tool execution. You never configure these — they just work.
LLM Agents
Claude, GPT-4, Ollama, llama.cpp, and Apple MLX for on-device inference. Salsa's tiered routing sends 90% of work to fast/cheap models and only escalates complex reasoning to frontier models.
Plan Agent
Decomposes complex tasks into directed acyclic graphs of steps. Each step specifies which tool to use, what inputs to provide, and what success looks like.
QA Agent
The mandatory quality gate. Reviews every plan for safety, completeness, and risk before any execution happens. Cannot be bypassed. Cannot be overridden.
Terminal & Code Agents
Execute shell commands, generate code, and run build tools — all inside the VM sandbox. Elevated trust level with full audit logging of every command.
Continuous improvement
Agents that get better every release
Playbook refinement
Every release includes updated playbooks based on real-world usage patterns and edge cases discovered across the Salsa user base.
New capabilities
Agents gain new tool access, integration endpoints, and orchestration patterns. New pretrained workers are added based on the most common custom agent patterns.
Model upgrades
When frontier models improve, Salsa's tiered routing automatically benefits. Smarter reasoning at the same cost. Better quality without changing your configuration.
Community patterns
Successful custom agent patterns from the community get promoted to pretrained workers. The best ideas from power users become built-in for everyone.
Start with a full team.
Every Salsa instance ships with 13 pretrained workers, system agents, and the ability to build custom agents for any workflow. Request beta access to put them to work.