Developers
Point any AI agent at AgentLed and get 100+ integrations, reusable code blocks, cache, retry, audit, and scoped permissions — without rewriting a line.
What you get out of the box
One plan, every API
LinkedIn, Hunter, Specter, Affinity, Google Search, web scrapers — 100+ integrations on one subscription and one credit system. No more OAuth plumbing per workflow.
Compound your blocks
Save any step, sequence, or agent to your workspace. Reuse across workflows and share with teammates. Stop rewriting the same enrichment logic every session.
Production-ready
Cache policies so expensive steps don't re-run. Retry-with-backoff on failure. Scoped per-integration permissions. Full input/output trace on every run.
The gap
| Capability | CLI alone | + AgentLed |
|---|---|---|
| Integrations | Bring your own API keys and OAuth. | 100+ pre-connected on one credit system. |
| Reusable steps | Ephemeral — scoped to the session. | Saved to workspace. Shareable with teammates. |
| Caching | Re-runs every step every time. | Cache policies per step. |
| Retries | Manual rerun on failure. | Automatic retry with backoff. |
| Permissions | All-or-nothing access. | Scoped, revocable per integration. |
| Observability | Terminal scrollback. | Structured audit trail per run, forever. |
| Scheduling | cron on your laptop. | Managed heartbeats. Runs 24/7. |
| Team sharing | Paste the script in Slack. | Workspace-scoped workflows and memory. |
The CLI lets you create, manage, and run workflows directly from your terminal. No browser needed.
Install
npx @agentled/cli setupCreate a workflow
agentled create "Outbound to fintech CTOs in Europe"Run a workflow
agentled run outbound-eu --heartbeat 48hClaude Code
claude mcp add agentled -e AGENTLED_API_KEY=wsk_... -- npx -y @agentled/mcp-serverOpenAI Codex
codex mcp add agentled -e AGENTLED_API_KEY=wsk_... -- npx -y @agentled/mcp-serverLinkedIn, Hunter, CRMs, web scraping, AI models, video generation — all callable from any MCP client. No per-service auth.
Context persists across executions, sessions, and teammates. Your agent reads prior runs before making decisions, and writes results back for the next run.
Describe what you want in plain English. The server drafts a multi-step workflow, picks the right integrations, and saves it as a reusable block.
GDPR compliant, EU data residency, no model training on your data, scoped permissions per integration, full audit trail.
New
MCP-051Every client gets a structured dossier — goals, contacts, meetings, decisions, open action items, linked workflows. Claude Code, Codex, and any MCP-aware agent read it before they act, write back what changed, and pick up where the last session ended.
Before the call
Your agent reads the dossier and surfaces what's open: goals, risks, last decisions, pending follow-ups. No re-explaining the account every session.
During the meeting
New meeting notes drop in with sections the agent fills as you talk — summary, client feedback, decisions, action items, workflow changes, follow-up email draft.
After the meeting
The agent drafts the recap email, edits the workflows that changed, tracks action items until they close — across sessions, across teammates.
What your agent can do
agentled clients init acme --name "Acme Corp"Open a new client dossier — goals, contacts, linked workflows, meeting log.
agentled clients brief acmeOne-screen brief your agent reads before a meeting or hand-off.
agentled clients status acmeOpen action items, latest meeting, decisions, linked workflows.
agentled clients meeting new acme --title "Q2 review"Drop a structured note your agent fills in as the conversation happens.
agentled clients listEvery client your agent is currently managing, with last touch and open work.
Dossier layout
clients/
└── acme/
├── client.json # goals, stage, next actions
├── contacts.json # decision makers, roles
├── workflows.json # linked workflow IDs
├── meetings/ # structured meeting notes
├── decisions/ # what was decided, when
├── feedback/ # raw client feedback
└── replies/ # follow-up draftsWhy it matters
Workflows
Step Editing
Import / Export
Drafts & Snapshots
Executions
Apps & Testing
Knowledge & Data
AI & Branding
Once connected, try this in Claude Code or Codex:
# List available integrations
"Show me what apps and actions I can use"
# Build a workflow
"Create a workflow that finds SaaS CTOs on LinkedIn, enriches emails via Hunter, scores by ICP, and saves to Knowledge Graph"
# Import from n8n
"Import my n8n workflow from this JSON and add AI scoring"
# Manage a client end-to-end
"Open the Acme dossier, summarise what's open, draft a follow-up email for last Tuesday's meeting, and add action items to track this week"
We've codified the workflow, scoring, and orchestration patterns that show up most consistently across customer builds as a Claude Code skill pack. Platform-agnostic, MIT-licensed, and contributed to by practitioners across the ecosystem — drop it into any Claude Code session to get the same patterns the AgentLed MCP server is steering toward.