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.
Workflows
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"