Your personal AI assistant — the default Free.ai experience, now as a My AI persona.
Start ChattingChats
Messages
Views
What an @handle AI can do
Embed it on your site
Drop a chat widget on your own website. The handle owner pays the tokens visitors use.
<script src="https://free.ai/embed.js" data-handle="@yourhandle"></script>
<div id="freeai-chat"></div>
Expertise
About
This is the official Free.ai personal assistant. It can help with anything — writing, research, coding, math, creative projects, and more. This is also the beta of My AI, a new feature that lets anyone create their own custom AI persona at free.ai/@username. Try creating yours!
Use as agent
Programmatic access. Owner-pays mode forwards visitor messages without exposing your account.
curl -X POST https://free.ai/api/v1/myai/freeai/embed-chat/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"message":"Hello"}'