Agentic chat
Not autocomplete — an agent that senses context, plans a route, and acts with tools, streaming every step back to you.
isA understands context, plans next steps, and uses tools to complete tasks, with memory that carries across sessions. Start on the hosted workspace or deploy the enterprise edition in your own environment.
No credit card to start · Free tier included · Enterprise deployment keeps data inside your environment
Plan my launch week and draft the announcement.
Done — 5 tasks scheduled across launch week and a draft announcement saved to your workspace.
apps on one shared memory
built-in tools in every session
models, routed automatically
ways to run — desktop, cloud, or self-hosted
The same agent core powers the hosted workspace, the local desktop experience, and the enterprise console. The animations below model the live isagent.io surfaces: user work happens in the app, while deployment, access, models, and audit controls live in the console.
Plan a 3-city launch trip next week and add it to my calendar.
Booked SF → NYC → Austin and added 6 events to your calendar.
Hosted SaaS · for individuals and teams
One agent, every app, one shared memory — with live tool use in each session.
Self-hosted · for organizations
The full control plane — govern agents, run the model stack, and prove compliance.
The same agent core runs on your own machine, hosted in the cloud, or self-hosted in your enterprise — pick the one that fits, switch when you need to.
macOS · Windows · Linux
Install and run the agent locally with one command. Standalone keeps everything on-device and private; edge adds cloud sync when you want it.
$ curl -fsSL https://isagent.io/install.sh | bashor pip install isa-mate
isagent.io
Sign up and start quickly. The hosted workspace is managed, updated continuously, and metered by credits for individuals and teams.
Your cloud or on-prem
Deploy the full platform inside your own environment — in production today on dedicated on-prem clusters. Your data never leaves your perimeter.
Everything an agent needs to carry real work end to end — under one account, one memory, one workspace.
Not autocomplete — an agent that senses context, plans a route, and acts with tools, streaming every step back to you.
It remembers your projects, preferences, and past work across every session — no re-briefing.
Chat, research, trading, images, and content generation — distinct apps that share one memory and one account.
Tools and curated skills are available in the workspace so the agent can execute tasks, not only draft responses.
Schedule tasks, watch for events, and let agents act on a calendar — work that continues when you step away.
Routes requests across available models based on task fit, policy, availability, and cost-performance requirements.
The same agent core supports different work patterns, from personal productivity to research, operations, data analysis, and automation.
For teams & businesses
Answer, triage, and resolve on the channels your customers already use — with your knowledge base behind every reply.
Chat · Knowledge · Channels
Competitive scans, market briefs, and due diligence — researched on the live web and delivered as finished documents.
Hunt · Omni · Documents
Multi-step business processes that run on a schedule and hand control to a human when judgment is needed.
Automation · Human-in-the-loop
For individuals
Point it at a CSV, a database, or a URL — get queries, charts, and models back, explained in plain language.
Data Scientist
A quant workspace that screens, watches, and writes a daily report — you open the day already briefed.
Trading
Images, brand assets, and long-form drafts — generated from templates and refined in conversation.
Dream · Omni
The same agent works three ways — talk to it, design with it, or hand it the browser. Switch modes mid-task; it keeps your context and memory.
Agentic conversation with live tool use, extended thinking, and runnable code artifacts.
A creative canvas — generate images and designs, then preview and refine them inline.
Hand it the web — the agent drives a real browser in a live viewport, observing and acting for you.
For developers
An OpenAI-compatible client over the same agent platform. Install, point it at the gateway, and ship.
from isa_model.inference_client import AsyncISAModel async with AsyncISAModel(base_url="https://api.isagent.io") as client: resp = await client.chat.completions.create( model="claude-latest", messages=[{"role": "user", "content": "Plan my launch week."}], ) print(resp.choices[0].message.content)Want the full setup guide in your inbox?
Start free on the hosted product, or talk to us about running it inside your own cloud.