Skip to main content

Agents Overview

Agents that act. Not chat.

Ariftly ships vertical AI agents — agents that already understand their domain and are ready to work the moment you connect your tools. There's an agent for everyone: compliance leads, sales reps, founders, engineers, and operators.

Unlike workflow builders where you wire up logic yourself, Ariftly agents arrive with domain knowledge, tool integrations, and decision-making built in. You describe what you want; the agent does the work and asks for approval before anything is sent or changed.


Available Agents

AgentWho It's ForStatus
AI Readiness AgentCompliance leads, legal teams, anyone answering EU AI Act or procurement questionnaires✅ Live
Sales AgentSales reps and GTM teams — lead discovery, enrichment, AI-drafted outreach✅ Early Access
Finance AgentFinance and ops teams — invoice reconciliation, spend anomaly detection🔜 Coming soon
DevOps AgentEngineers and SREs — incident triage, deployment risk scoring🔜 Coming soon
Founder AgentFounders and operators — competitive intelligence, board pack generation🔜 Coming soon

How Agents Work

Every agent follows the same lifecycle:

Task triggered (manual / schedule / channel / API / MCP)


Agent receives TaskTriggerRequest
(credentials, tools, knowledge, policies, AI gateway)


Agent executes domain logic
(AI reasoning + tool calls via proxy)


Agent emits Events back to Core
(progress, artifacts, approval requests)


You review findings in dashboard or Slack


You approve → action executed

What Every Agent Gets

Every deployed agent automatically has access to:

CapabilityWhat it is
AI GatewayMulti-provider AI routing with your own API key (BYOK)
Tool ProxyPre-built connectors to your connected SaaS tools — scoped, proxy-only, never raw secrets
KnowledgeTenant-scoped document store for retrieval-augmented generation
MemoryLong-lived key-value and time-series state across tasks
ApprovalsHuman-in-the-loop gates for any external action
SkillsExtend agent behavior by describing what you want in plain English
TelemetryOpenTelemetry traces on every Core ↔ Agent ↔ Tool call

Agent Colors

Each agent has a dedicated visual identity across the dashboard and docs:

AgentColorToken
AI Readiness AgentIndigo / violet #818CF8agent-ai
Sales AgentBrand orange #F97316agent-sales
Coming soon agentsSlate greyagent-coming

Channels

Every agent can receive tasks and send results through any channel — all normalized to the same message format:

  • Dashboard — web UI task runner and approval inbox
  • Slack — approve drafts, receive findings, trigger tasks with /ariftly
  • Email — forward questionnaires directly to the AI Readiness Agent
  • APIPOST /v1/tasks for programmatic task dispatch
  • Schedule — cron-based recurring tasks
  • MCP — Claude Desktop, ChatGPT, Cursor can invoke agents directly

Adding a Custom Agent

If the built-in agents don't cover your domain, you can build and deploy your own agent using the Ariftly SDK and the Remote Agent Protocol (RAP v1). A new agent is ~200 lines of domain code on top of the SDK scaffold.

Build a Custom Agent