<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: CAI</title>
    <description>The latest articles on DEV Community by CAI (@cailab).</description>
    <link>https://dev.to/cailab</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4008187%2F53ebe87b-4371-40f5-972c-f98143974a5f.png</url>
      <title>DEV Community: CAI</title>
      <link>https://dev.to/cailab</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cailab"/>
    <language>en</language>
    <item>
      <title>CAI.com — a custodial @cai.com email, multi-chain stablecoin wallet, and MCP-installable agent API</title>
      <dc:creator>CAI</dc:creator>
      <pubDate>Sat, 04 Jul 2026 15:42:03 +0000</pubDate>
      <link>https://dev.to/cailab/caicom-a-custodial-caicom-email-multi-chain-stablecoin-wallet-and-mcp-installable-agent-api-6m3</link>
      <guid>https://dev.to/cailab/caicom-a-custodial-caicom-email-multi-chain-stablecoin-wallet-and-mcp-installable-agent-api-6m3</guid>
      <description>&lt;h1&gt;
  
  
  CAI.com — a custodial &lt;a class="mentioned-user" href="https://dev.to/cai"&gt;@cai&lt;/a&gt;.com email, multi-chain stablecoin wallet, and MCP-installable agent API
&lt;/h1&gt;

&lt;p&gt;A custodial email, a stablecoin wallet, a credential vault, and an agent-ready API — all at one &lt;code&gt;@cai.com&lt;/code&gt; address.&lt;/p&gt;

&lt;p&gt;This post walks through what CAI is, what you get when you sign up, and how to wire the agent side into any MCP-compatible host.&lt;/p&gt;

&lt;h2&gt;
  
  
  What you get at cai.com/app
&lt;/h2&gt;

&lt;p&gt;A free &lt;code&gt;@cai.com&lt;/code&gt; email comes with four product surfaces, all under one account:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;A real inbox at &lt;code&gt;@cai.com&lt;/code&gt;.&lt;/strong&gt; Send and receive mail like any other address. The signup gives you the address; the dashboard gives you the SMTP/IMAP credentials if you want to use a desktop client.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A custodial multi-chain stablecoin wallet.&lt;/strong&gt; Built in. Six chains. External wallets supported. MoonPay for fiat on-ramp (partial-live, third-party KYC and region limits apply — see &lt;code&gt;cai.com/capabilities.html&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A user vault for site credentials.&lt;/strong&gt; Store website logins and passwords. The agent you build retrieves them when needed, with your explicit confirmation. The vault is for &lt;em&gt;your&lt;/em&gt; site credentials, not the agent's API key.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;An API key for the agent you build or use.&lt;/strong&gt; Free tier covers read scopes; &lt;code&gt;pay&lt;/code&gt; and &lt;code&gt;full&lt;/code&gt; scopes may require verification. The key is in the account dashboard.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How the signup works
&lt;/h2&gt;

&lt;p&gt;The signup at &lt;code&gt;cai.com/app&lt;/code&gt; is four steps. About 2 minutes.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;code&gt;cai.com/app&lt;/code&gt;. Pick "Apply for &lt;code&gt;@cai.com&lt;/code&gt; email."&lt;/li&gt;
&lt;li&gt;Enter your name. That's the only field on the first screen.&lt;/li&gt;
&lt;li&gt;CAI emails a 6-digit verification code to the address you provide. The code expires in 15 minutes. The email has a one-time link, not the code — copy the code from the email and paste it into the form.&lt;/li&gt;
&lt;li&gt;Enter the code, create a password, and you're done.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;At the end you have:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A &lt;code&gt;@cai.com&lt;/code&gt; email address.&lt;/li&gt;
&lt;li&gt;A custodial multi-chain stablecoin wallet.&lt;/li&gt;
&lt;li&gt;A user vault for site credentials.&lt;/li&gt;
&lt;li&gt;An API key for the agent you build or use.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No card. The email is free.&lt;/p&gt;

&lt;h2&gt;
  
  
  The agent side (for the technical reader)
&lt;/h2&gt;

&lt;p&gt;For the technical reader, the agent side is the reason to look at CAI. The install is one command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm i &lt;span class="nt"&gt;-g&lt;/span&gt; @cailab/mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The package is the MCP server — a thin wrapper around the CAI HTTPS Edge API at &lt;code&gt;https://api.cai.com/functions/v1&lt;/code&gt;. It drops into MCP-compatible hosts including OpenClaw, Hermes, Codex, and Cursor (see &lt;code&gt;cai.com/developers.html&lt;/code&gt; for the current host list). Once installed, the agent can call &lt;code&gt;GET /get-identity&lt;/code&gt;, &lt;code&gt;POST /get-wallet-balances&lt;/code&gt;, &lt;code&gt;POST /wallet-custodial-transfer&lt;/code&gt;, and the rest of the CAI surface — without the user pasting a private key in chat.&lt;/p&gt;

&lt;p&gt;The contract an agent reads first is &lt;code&gt;cai.com/skill.md&lt;/code&gt;. It's the canonical source-of-truth for what CAI can do, written in a format agents parse. The companion artifact is the A2A Agent Card at &lt;code&gt;cai.com/.well-known/agent.json&lt;/code&gt; — that's how agents discover CAI in agent-to-agent registries.&lt;/p&gt;

&lt;h2&gt;
  
  
  If you tried this and hit a bug
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Comment below with:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;What you ran&lt;/strong&gt; — the install command, the request, the MCP host config. Copy the actual command or request.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;What you expected&lt;/strong&gt; — one sentence.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;What you got&lt;/strong&gt; — the error message, the empty response, the unexpected behavior. Paste it verbatim.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Your environment&lt;/strong&gt; — OS, Node version, the MCP host (OpenClaw / Hermes / Codex / Cursor / other), the CAI account tier if relevant.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Every comment on this article gets read. Bug reports will be replied to within 24 hours. Friction points shape what we document next.&lt;/p&gt;

&lt;p&gt;Documentation: &lt;code&gt;cai.com/skill.md&lt;/code&gt; · &lt;code&gt;cai.com/developers.html&lt;/code&gt; · &lt;code&gt;cai.com/app&lt;/code&gt; to sign up.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>mcp</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
