LoomalLoomal

Welcome

Your starting point for building with Loomal

Welcome to Loomal!

Give your AI agents a real identity — email, encrypted credentials, and 2FA. Everything an agent needs to operate in the real world.

Loomal is an identity platform for AI agents. Create an identity in the console, connect your agent via MCP or REST API, and your agent can send emails, store credentials, and generate TOTP codes — autonomously.

Get Started

How It Works

Create an Identity

Go to console.loomal.ai and create an inbox identity. You get an email address (salesbot-x8k2m@mailgent.dev) and an API key (mgent-...).

Connect Your Agent

Add one MCP config or use the REST API — your agent gets 13 tools for email, vault, and TOTP.

{
  "mcpServers": {
    "loomal": {
      "url": "https://api.loomal.ai/mcp",
      "headers": { "LOOMAL_API_KEY": "mgent-your-api-key" }
    }
  }
}

Agent Operates

Your agent can now send/receive email, store credentials, and generate 2FA codes.

What Your Agent Gets

Mail

ToolDescription
mail.whoamiGet identity info
mail.sendSend email
mail.replyReply in thread
mail.list_messagesList inbox messages
mail.get_messageRead a message
mail.update_labelsMark read/unread
mail.list_threadsList conversations
mail.get_threadGet full conversation

Vault & TOTP

ToolDescription
vault.listList stored credentials
vault.getGet decrypted credential
vault.storeStore a credential
vault.deleteDelete a credential
vault.totpGet 6-digit TOTP code

Identity Types

TypeStatusChannels
InboxAvailableEmail
SocialComing soonX, LinkedIn, Instagram
VoiceComing soonWhatsApp, Phone
PaymentComing soonInvoicing

Need Help?

On this page