
Your own persistent AI runtime: files, terminal, tools, and messaging access.
What every user gets
- Persistent personal runtime: your assistant keeps working context over time.
- Isolated sandbox: separate filesystem and process space per user.
- Real tools: file browsing/editing, terminal execution, web fetch/search, and integrations.
- Phone-first access: message your assistant through messages (RCS/SMS and iMessage where available).
- Always-on behavior: workflows and automations can continue beyond one chat turn.
How a request flows
Under the hood
| Layer | Role |
|---|---|
app.ara.so | User interface and control surfaces |
| Cloud API | Auth, session lifecycle, routing, integrations |
| Sandbox runtime | Isolated execution environment per user |
| Agent runtime | Tool loop, memory, and automation behavior |
What this unlocks
- Long-running task execution instead of one-shot answers
- Project-style workflows with files and terminal access
- Personal context continuity over time
- Practical automation with the Python SDK
SDK Quickstart
Build your first automation fast.
Reference
Full SDK command and API surface.
