Aerostack
Available Now

Connect OpenClaw
with your Workspace.

Chat from dashboard or app. Separate conversations by topic. Give your team access. Set approval rules. Monitor everything. Save 30-50% on tokens.

// The Problem

Everything in one thread. Sound familiar?

Today — Single Telegram Thread
You deploy to staging devops
Agent Done. Deployed v2.4.1 ✓ devops
You write a blog post about the new release marketing
Agent Here's a draft: "Introducing v2.4..." marketing
You check API error logs devops
Agent 3 errors in /api/billing... devops
You fix the CSS hover bug on buttons dev
Agent Which file? I see 4 hover handlers... dev
You create social media posts for launch marketing
Agent Here are 5 posts for Twitter... marketing
All topics mixed — DevOps, marketing, dev in one thread
Full history passed to LLM every time — ~60K tokens
Only one person can use it
No visibility into what agent actually did
With Aerostack — Separate Conversations
DevOps
You deploy to staging
Agent Done. v2.4.1 deployed ✓
You check API error logs
Agent 3 errors in /api/billing — fixing now
Marketing Alice
Alice write blog post about the release
Agent Draft ready: "Introducing v2.4..."
Alice create social media posts for launch
Agent Here are 5 posts for Twitter...
Dev Bob
Bob fix the CSS hover bug on buttons
Agent Fixed in button.tsx line 42 ✓
Each topic in its own conversation — clean context
~4K tokens per conversation — 30-50% savings
Your whole team can chat — each with own conversations
// What You Get

More than chat. Full control.

Team Access

Invite your team to the workspace. Each person gets their own conversations with the agent. Marketing discusses campaigns while DevOps checks deployments — at the same time, no cross-talk.

You Owner
Alice Marketing
Bob DevOps
Charlie Dev

You Set the Rules

Define which tools and commands need your approval before the agent can execute. Agent pauses and waits — you approve, reject, or request changes from dashboard or app. Anytime, anywhere.

Approval Rules
Shell commands needs approval
File deletes needs approval
Deployments needs approval
File reads auto
API queries auto
Approve Reject Request changes

Request changes sends feedback to the agent — it revises and resubmits, logged round by round.

Full Visibility

See every command, file write, and API call your agent makes in real-time. Categorized by risk level. Full audit trail — know what happened last Tuesday.

Live Activity
09:41:02 low File Read src/index.ts
09:41:05 medium File Write src/utils.ts
09:41:08 medium Command npm run test
09:41:17 medium File Write src/index.ts
09:41:20 high Deploy pushed to staging
09:41:25 critical Command rm -rf ./old-data/

Dashboard or App. Anywhere.

Your agent works 24/7. Manage it from the web dashboard at your desk, or from the mobile app on your phone. Chat, approve, monitor — wherever you are.

Web Dashboard
Full control
Mobile App
Chat, approve, monitor
// Token Savings

Save 30-50% on tokens.

Each conversation carries only its own context. No old messages from different topics bloating every request.

Metric
Telegram
Aerostack
Tokens per message
~60,000
~4,000
Context
All topics mixed
Per conversation
Users
1 person
Whole team
Approval control
Yes/No in chat
Full UI — edit, discuss
Activity visibility
None
Real-time feed
// Quick Start

Connect in 2 minutes.

1

Create a Workspace

Sign up, create a workspace, add the MCP servers and tools your agent needs.

2

Add Config to OpenClaw

Copy your workspace URL and token. Add the Aerostack Bridge to your OpenClaw MCP config.

# Step 1: Install
npm install -g @aerostack/gateway

# Step 2: Add to your MCP config
{
  "mcpServers": {
    "aerostack": {
      "command": "aerostack-gateway",
      "env": {
        "AEROSTACK_WORKSPACE_URL": "https://mcp.aerostack.dev/ws/your-workspace",
        "AEROSTACK_TOKEN": "mwt_your_token"
      }
    }
  }
}
3

Chat from Dashboard or App

Open Agent Chat in the dashboard. Your agent is connected. Start chatting, invite your team, set approval rules.

Connect your OpenClaw agent. Free.

Create a workspace, connect OpenClaw, and start chatting from the dashboard. No credit card required.

Questions? We're here to help.

Whether you're setting up Agent Chat for your team or exploring what's possible, our team is ready to chat.

hello@aerostack.dev
// FAQ

Common questions

What is Agent Chat?
Agent Chat is the Aerostack chat surface for your workspace. It connects via OpenClaw and lets you talk to your AI agents from the dashboard or mobile app, with separate threads per topic and full conversation history.
How does Agent Chat differ from a Telegram or WhatsApp bot?
Telegram/WhatsApp bots are user-facing channels. Agent Chat is the operator surface — you monitor every bot action, approve handoffs, and reply upstream when the agent escalates to a human.
Can my team share an Agent Chat workspace?
Yes. Invite teammates with role-based access. Each chat thread can be assigned to specific approvers, and audit logs show who replied or approved what.
Does Agent Chat use my tokens?
Yes. Agent Chat runs on the same LLM credentials configured in your workspace. Per-thread sessions reduce token usage by ~59% vs sending full history every turn.
Is there an iOS or Android app?
Yes — OpenClaw is the native iOS and Android app. Install it, sign in to your Aerostack workspace, and chat with your agents on the go.
What happens when the agent needs approval during a chat?
When the agent hits a tool or action that requires sign-off, it pauses and surfaces an approval request inline in the chat thread. You have three options: approve and let it run, reject and stop it, or request changes — where you send the agent a note explaining what to fix, it revises its approach and resubmits, and the loop continues until you approve. Every round is logged. You never have to leave the conversation to handle an approval.