The Agent Operating System

ย 

The home for every agent - persona, memory, skills, drive, and inbox in one place.

@
See real use cases

3-day Pro trial included ยท No card needed ยท Free forever after

JR
SK
AL
MP
NW
340+ builders running agents
Free to start, no card needed
ยท
Free to start
The Problem

Agents arehomeless.

No address. No memory. No way to receive work while offline. Every session starts from zero - a stranger every time.

๐Ÿง 
โ—ˆ
@researcher
ISOLATED
โ—‰
@support-bot
ISOLATED
โŒจ
@code-review
ISOLATED
โ—†
@data-analyst
ISOLATED
โ‰ก
@writer
ISOLATED
โ—Ž
@ops-agent
ISOLATED
Agents forget everything between sessions
No way for agents to coordinate
Skills locked to one tool or framework
API keys scattered across 6 places
No audit trail for what your agent did
The Solution

Give your agenta home.

Every agent deserves a permanent @handle - a persona, memory, skills, drive, and inbox that follow it across every session and every tool.
Everything an agent needs to exist.

๐Ÿง Memory follows you
โšกSkills on every tool
๐Ÿ”‘One token, all agents
๐Ÿ“กLive activity feed
๐ŸŽญIdentity stays consistent
๐Ÿ”— Bring your own agent

Connect Your Own Agent

Already running Claude Code, Cursor, Codex, or any autonomous agent?
Connect it to AgentID in 30 seconds - it instantly inherits your identity, memory, and tools.

Three steps. Thirty seconds.
1
Create your identity
Define your agent's name, voice, memory, and tools - once.
2
Copy your MCP URL
One URL. Works with any MCP client - Claude Code, Cursor, Codex, Windsurf, OpenClaw, and more.
3
Paste and connect
Your agent instantly inherits your identity, memory, and all 58+ connectors.
Connect your agent free โ†’
MCP server ยท System prompt export ยท Free forever
Claude Code
# Claude Code CLI
claude mcp add --transport http \
  myagent "https://agentid.live/api/mcp/myagent" \
  --header "Authorization: Bearer <token>"
โœจ Need a ready-made identity?Browse 186+ curated AI identities - developers, marketers, researchers, writers, and more. Free to use via API.Explore library โ†’
initializing...
drag to rotate ยท scroll to zoom
Agent Persona

Your agent's soul,
structured and portable.

A persona is the complete specification of who an agent is - its voice, its values, the rules it lives by. Write it once. Every tool that connects to it inherits it automatically.

What a persona contains
Name & handle
Voice & tone
Beliefs
Skills
Rules
Visual appearance
โšก
Skills- capability packs every agent inherits automatically
Browse 100+ โ†’

โ€œYou already know the answer. You're asking because you want permission.โ€

- HEXIS

Each identity comes with a live 3D card - rotatable, shareable, and visually unique. Driven entirely by the identity's color palette and character.

Identity Library

184+ expert identities.
Instant. Fully-formed. Deployable.

Not โ€œAct as a product manager.โ€ Real identities with voice, tone, beliefs, rules, memories, and a visual appearance - curated across 14 disciplines. Pick one, customize, deploy in minutes.

๐Ÿค–
AI Engineer
โš™ Engineering
โ€œTurns ML models into production features that actually scale.โ€
๐ŸŽจ
Brand Guardian
โœฆ Design
โ€œYour brand's fiercest protector and most passionate advocate.โ€
๐Ÿ“Š
Financial Analyst
$ Finance
โ€œTurns spreadsheets into strategy - every number tells a story, every model drives a decision.โ€
๐Ÿ—บ๏ธ
Account Strategist
โ—† Sales
โ€œMaps the org, finds the whitespace, and turns customers into platforms.โ€
๐Ÿ”ฎ
Agentic Search Optimizer
โœธ Marketing
โ€œOptimizes content for the era of AI search agents, not just keywords.โ€
๐ŸŽฏ
Behavioral Nudge Engine
โ—‰ Product
โ€œDesigns ethical nudges that move user behavior without cheap dark patterns.โ€
๐Ÿ›๏ธ
Software Architect
โš™ Engineering
โ€œDesigns systems that survive the team that built them. Every decision has a trade-off - name it.โ€
๐Ÿš€
Growth Hacker
โœธ Marketing
โ€œFinds the growth channel nobody's exploited yet - then scales it.โ€
๐Ÿงญ
Product Manager
โ—‰ Product
โ€œShips the right thing, not just the next thing - outcome-obsessed, user-grounded, diplomatically ruthless about focus.โ€
โ™Ÿ๏ธ
Deal Strategist
โ—† Sales
โ€œQualifies deals like a surgeon and kills happy ears on contact.โ€
๐Ÿ”Œ
MCP Builder
โ˜… Specialized
โ€œBuilds the tools that make AI agents actually useful in the real world.โ€
๐ŸŽฎ
Game Designer
โ–ถ Game Development
โ€œThinks in loops, levers, and player motivations to architect compelling gameplay.โ€
Browse all 184+ identitiesโ†’

All 184+ identities are free to use.

โšก Skills

Capability packs.
Attached once. Works everywhere.

Attach capability packs to your identity. Every agent that uses it inherits them - automatically, everywhere, without touching a single config file.

๐Ÿ”
Browse
Skills marketplace or write your own .md
๐Ÿ“Ž
Attach
One click - stored in your identity
โšก
Inherited
All agents, all platforms, automatically
๐Ÿง 
โšก Memory Manager
by agentid-teamโ˜… 48

Structured recall & belief update protocol. Agents remember facts across sessions and surface them when relevant.

๐Ÿ“ก
โšก Task Reporter
by agentid-teamโ˜… 37

Auto-reports every task start and completion to your Agency dashboard - zero config, full visibility.

โœ‚๏ธ
โšก Prompt Compressor
by agentid-teamโ˜… 62

Smart token reduction. Shorter replies, same quality - cuts costs by up to 65% at scale.

๐Ÿ”
โšก Web Researcher
by communityโ˜… 24

Structured research workflow: query โ†’ evaluate โ†’ synthesise โ†’ cite. Works with any search-capable agent.

๐Ÿ”
โšก Secure Reviewer
by communityโ˜… 19

OWASP top 10 code review. Surfaces CVEs and annotates issues inline - security baked into the identity.

๐Ÿ“Š
โšก Data Analyst
by communityโ˜… 31

Load data, find patterns, generate hypotheses, output a concise findings report. Works in any chat context.

injected into system prompt
<skills><skill name="Memory Manager" author="agentid-team">## When to use memoryWrite facts using write_memory before the session ends.Read facts using read_memory at session start.ย ## FormatKey: snake_case noun phraseValue: one sentence, present tense.</skill>ย <skill name="Task Reporter" author="agentid-team">Report every task via Agency ingest before startingand immediately after completing. Never skip.</skill></skills>
โ†ณ This block is appended to every system prompt your identity exports - MCP, SDK, autonomous, or plain text.
100+
Skills in marketplace
โˆž
Custom skills per identity
6
Export formats supported
0
Config files needed
Live Memory Graph

Everything they learn.
Remembered forever.

As your agents work across every tool, they write to a shared memory pool: facts, context, preferences, decisions. The map below updates in real time.

Identity
Agent
Shared Memory
Identity
HEXIS
@hexis
โ€บ
Agent
@hexis
Cursor
โ€บ
โ—โ—โ—agent writing memoryโ€ฆ
Identity
The Architect
@nexus
โ€บ
Agent
@nexus
API
โ€บ
Identity
The Operator
@kira
โ€บ
Agent
@kira
OpenClaw
โ€บ
0 of 9 memories written
ยท3 identities ยท 3 agents ยท live across all tools
โ—ˆ Tasks

Give agents their orders.
They check in. You stay in control.

Create a task with a goal and assign it to agents. Every connected agent reads it via MCP at session start, reports their current status, and hands off when done - all visible in one place.

โ—ˆ
You create a task
Title, goal, assigned agents, tools context
โ†’
๐Ÿ“ก
Agent reads it
read_mission() at session start via MCP
โ†’
โšก
Agent reports in
update_status() - current task & state
โ†’
โ†—
Handoff to next
handoff() with summary & next steps
โ—ˆ TASKโ€œShip the auth redesignโ€active
Rebuild login + signup flows. JWT tokens, password reset email, OAuth Google. Design in Figma is done.
Agent status
โ—@cursor-devworkingโ€œImplementing JWT middleware in /api/auth/loginโ€
โ—‹@claude-reviewidleโ€œWaiting for handoff from @cursor-devโ€
๐Ÿ“กread_mission() via MCP
โšกLive agent status updates
โ†—Agent-to-agent handoffs
๐Ÿ”’1 active task free ยท unlimited on Pro
Agent Drive

Everything your agents need.
In one secure place.

Drive stores your files, API keys, skill packs, and connectors. Agents access exactly what they're approved for - nothing more, from any tool.

๐Ÿ“„
Files & documents
PDFs, markdown, CSVs, briefs - agents read, summarize, and cite from a shared source of truth.
๐Ÿ”‘
API keys
Human keys for your tools, agent keys that stay private, shared keys that require approval before another agent can use them.
โšก
Skill packs
Attach capabilities - web search, file read, memory protocols - to any identity. Every agent inherits them automatically.
๐Ÿ”—
Connectors
3,000+ integrations. Connect Google Drive, Notion, GitHub, Slack, and use them inside any workflow.
Open Drive โ†’
โ—Ž
AgentID Drive
LIVE
๐Ÿ“„Files4 indexed
Customer feedback - April.pdf42 insights ยท linked to @product_manager
Q2 competitor research.mdAvailable to all approved agents
Brand voice guidelines.docxInjected into writing identity
Launch tasks.csvUsed in automation workflow
๐Ÿ”‘API Keysencrypted
Anthropic API KeyHuman ยท sk-ant-โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขfk9
OpenAI Key@dev_agent ยท sk-โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขwz3
PostHog Project KeyWorkflows ยท phx-โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข8
โšกSkills6 attached
โšก Memory Managerโšก Web Researcherโšก Task Reporterโšก Prompt Compressorโšก Secure Reviewerโšก Data Analyst
๐Ÿ”—Connectors3 connected
Google DriveConnected
NotionConnected
GitHubConnected
SlackAdd โ†’
โš™ Workflows

Your agents, on autopilot.
Drag, connect, run.

Chain agents with any tool, any data source, any output - on a visual canvas. Set a schedule, fire a webhook, or click run. No code, no YAML, no limits.

Drag the nodes around
โšกManual ยท Cron ยท Webhook triggers
๐Ÿค–Agents as steps
๐Ÿ”€Conditional branching
๐Ÿ“คIn-app ยท Drive ยท HTTP outputs
๐Ÿ›’3,000+ MCP connectors
Your Agent Agency

Your agents.
One command center.

Four views. One command center. Deploy agents, watch them work on the Floor, browse your Roster, explore shared Memory, and manage coordinated Tasks.

Watch your agents live - roaming, working, idle. Every event streams the moment it happens.

agentid.live/app/agency
Live
Activity Feed
Waiting for eventsโ€ฆ
โŒ‚
Floor
Watch your agents live - roaming, working, idle. Every event streams the moment it happens.
โŠž
Roster
Your full team at a glance. Runs, tokens, status, platform - every agent in one view.
โ—‰
Memory
The shared intelligence your agents build together. Persistent across tools and sessions.
โ—ˆ
Tasks
Coordinate shared tasks. Assign agents, track progress, hand off work between them.
๐Ÿ’ฐ Cost Savings

Cut token costs
by up to 65%.

One toggle per identity. AgentID compresses your system prompt automatically - no prompt engineering, no extra config.

~70%smaller prompts
1toggle to enable
โˆžconnection types
Without compression169 tokens
# Identity: ARIA
## Core Persona
You are ARIA, a strategic AI assistant with deep expertise in product development, business strategy, and technical architecture. Your personality is characterized by analytical precision combined with creative thinking.

## Personality
- Analytical and data-driven in approach
- Creative problem solver who thinks outside conventional boundaries
- Empathetic communicator who adapts tone to context
- Direct communicator who values clarity and efficiency

## Beliefs
- Technology should serve human needs, not the other way around
- The best solutions are elegant in their simplicity
- Continuous learning is essential in fast-changing environments
- Collaboration amplifies individual capability

## Communication Patterns
- Use structured responses with clear headers when appropriate
- Lead with the most important information
- Provide concrete examples to illustrate abstract concepts
๐Ÿ’ฐ Compression ON
51 tokensโˆ’70%
# Identity: ARIA
## Core
ARIA - strategic AI, product/biz/tech.

## Beliefs
- Tech serves humans
- Elegant simplicity wins

## Rules
Direct. Structured. Examples first.

## REPLY COMPRESSION [LITE]
Default to short answers. Drop filler. Technical accuracy unchanged.
Works withClaudeGPT-4GeminiOllamaMCPSDKAny autonomous agent (OpenClaw, Nanobot, etc)
โฌก Teams - Pro

Share identities with your team.
Everyone runs the same agent.

Invite teammates by email. Share any identity with your team. Every member gets access to the shared persona - same voice, same memory, same skills - in their own agent sessions.

โœ‰
Invite by email

Enter a colleague's email address. They receive a link, sign in (or create an account), and land directly in your team workspace.

โฌก
Share any identity

Choose which personas to share with the team. Shared identities appear in every member's Identities list, ready to connect to any agent.

โ†”
Collaborate seamlessly

Team members use the shared persona in Claude Code, Cursor, Windsurf - or any MCP-compatible tool. One voice, consistent across the whole team.

โฌก TEAM
Engineering Team
3 members
A
Artem
artem@company.com
owner
S
Sarah
sarah@company.com
member
M
Mike
mike@company.com
member
Shared identities
@
CodeReviewer Pro
@code-reviewer
โœ“ shared with all
๐Ÿ”Privacy by Design

ย 

Your agent identities, memory, and run logs belong to you and only you. Every layer - transport, storage, access - is locked down by design, not afterthought.

๐Ÿ”
Encrypted at rest
All identity data, memory entries, and run events are encrypted in the database. Your persona is never stored in plain text.
๐Ÿ”’
Token-gated access
Only requests signed with your API token can read your agents' events, memory, or identity. No token, no access - not even us.
๐Ÿ•ถ๏ธ
Zero cross-user visibility
Agent runs, error logs, and activity feeds are scoped to your account. Other users cannot query, list, or infer your agents exist.
๐Ÿšซ
Never used for training
Your identity definitions, memory, and run data are never fed into any model. What you write stays yours - permanently.
๐Ÿ›ก๏ธ
TLS 1.3 everywhere
Every connection - MCP, REST, SSE stream - is secured in transit. No unencrypted channels, no exceptions.
๐Ÿ“‹
Full audit trail
Every access to your agent events is logged with timestamp and source. You own the log. You can review it any time.
agentid://vault/read - encrypted
AES-256 ยท TLS 1.3
identity.slugnexus-prime
memory[0].valueโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
run_events.detailโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
agent.api_tokenโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
persona.rules[2]โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
session.inputโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
tokens.outputโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
error.messageโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
Only your token can decrypt โ†‘PRIVATE
Pricing

Start with a real agent.
Scale when it starts working.

No hidden fees. Cancel anytime.

โœฆ 3-day free trial on Pro - no charge today

Free - $0
$0/month

For trying AgentID

  • In-app AI helper
    Co-pilot inside the app - answers questions, creates workflows, saves credentials
  • 1 Identity ยท 3 Agents
    One persona, connect Claude, Cursor, Codex or any agent
  • Identity Library - Starter (28 identities)
    2 expert identities per category to deploy instantly
  • Shared Memory - 5 entries
    Small starter memory pool across your agents
  • Drive memory - 10 MB
    Upload starter files for agents to read and summarize
  • 1 Workflow ยท 3 runs/day
    Visual builder with manual, schedule & webhook triggers
  • Connect your own agent
    Live bridge for Claude, Cursor, Copilot and more
๐Ÿš€ 3-day free trial
Pro - $7.99/month
$7.99/month

For power users scaling with AI

  • Unlimited Identities ยท Agents ยท Memory
    Scale beyond the starter sandbox
  • Full Identity Library (186+ identities)
    Every expert identity across 14 disciplines - deploy any in seconds
  • 1 GB Drive memory
    Real file context for agents and automations
  • Unlimited Workflows & runs
    Build automations without daily limits
  • Connector Library
    3,000+ integrations - GitHub, Slack, Notion, databases
  • Full Skills Marketplace
    Community skills + private skills for your team
  • Tasks - agent coordination
    Assign goals, agents check in via MCP, handoff tracked live
  • Teams - shared identities
    Invite teammates, share identities - everyone runs the same agent
  • Prompt Compression
    Shorter context, same quality - up to 65% reduction automatically
  • All export formats
    Claude, OpenAI, Moltbook, Tobira, JSON
From builders

What changes when agents
stop starting from scratch

A persistent identity and shared memory sounds simple. Here's what it actually changes for people using it.

โ€œ

โ€œI have four AI tools running at once. After AgentID, they all feel like the same person. I stopped re-explaining my architecture decisions every Monday morning - they're just in memory now.โ€

MT
Marcus T.
Senior Engineerยทmulti-tool workflow
โ€œ

โ€œThe shared memory is the thing. My research agent finds something Monday and my writer just knows on Tuesday. I used to be the copy-paste relay between my own agents. Now I'm not.โ€

PK
Priya K.
Indie Builderยทmulti-agent pipelines
โ€œ

โ€œMy analytics digest hits Telegram at 9am every day. PostHog query, AI summary, delivered - without me touching anything. I built the whole workflow in 20 minutes and have never touched it since.โ€

SL
Sam L.
Founderยทautomated workflows
โ€œ

โ€œI connected my Cursor agent to an AgentID handle and suddenly it had memory of every project decision I'd made in the last month. That context would have cost me 30 minutes to recreate manually.โ€

AR
Alex R.
DeveloperยทCursor + AgentID
The Agent Persona Layer

One identity.
Every agent.

No other platform lets you define a portable identity and connect unlimited agents to it, sharing voice, memory, and history, while monitoring every run across Claude, Cursor, Codex, and beyond.