# Aerostack — The full stack for AI agents

> Tools, workflows, bots, and a marketplace — everything agents need to discover, connect, and act. One workspace URL. Chat, approve, and monitor from dashboard or app.

## Headline product: OpenClaw

OpenClaw is the local daemon + mobile control plane that lets AI agents safely use real tools on your machine. Live monitoring, mobile approvals, team workspace. Your data stays on your devices.

```bash
npm install -g @aerostack/gateway
aerostack init
```

- iOS app: https://apps.apple.com/in/app/aerostack/id6761647592
- Page: https://aerostack.dev/openclaw

## What Aerostack provides

- **OpenClaw Control Plane** — Live monitoring + mobile approvals + team workspace. https://aerostack.dev/openclaw
- **Workspaces** — One URL composing many MCPs, skills, and functions. https://aerostack.dev/workspaces
- **Marketplace** — 250+ MCPs, 200+ functions, 12+ skills, 30+ agents. https://aerostack.dev/hub
- **Intelligent Bots** — Discord, Telegram, WhatsApp, Slack bots backed by your workspace. https://aerostack.dev/bots
- **Agent Endpoints** — Streamable HTTP endpoints for AI agents you build. https://aerostack.dev/agent-endpoints
- **Agent Security** — Tool-level permissions for AI agents. The firewall between AI and your infrastructure. https://aerostack.dev/agent-security
- **Workflows** — Visual graph editor for agent logic. https://aerostack.dev/workflows
- **Edge Functions** — TypeScript functions running on the Cloudflare edge. https://aerostack.dev/functions

## Agent discovery

- API catalog (RFC 9727):     https://aerostack.dev/.well-known/api-catalog
- Agent skills index:         https://aerostack.dev/.well-known/agent-skills/index.json
- MCP server card:            https://aerostack.dev/.well-known/mcp/server-card.json
- OAuth protected resource:   https://aerostack.dev/.well-known/oauth-protected-resource
- OAuth authorization server: https://aerostack.dev/.well-known/oauth-authorization-server
- OpenID configuration:       https://aerostack.dev/.well-known/openid-configuration
- Sitemap:                    https://aerostack.dev/sitemap.xml
- robots.txt:                 https://aerostack.dev/robots.txt
- llms.txt:                   https://aerostack.dev/llms.txt

## Marketplace API endpoints

All endpoints return JSON. No authentication required for public listings.

- Search:         `GET https://api.aerostack.dev/api/community/search`
- List MCPs:      `GET https://api.aerostack.dev/api/community/mcp`
- List skills:    `GET https://api.aerostack.dev/api/community/skills`
- List functions: `GET https://api.aerostack.dev/api/community/functions`
- List agents:    `GET https://api.aerostack.dev/api/community/agents`
- MCP detail:     `GET https://api.aerostack.dev/api/community/mcp/{username}/{slug}`

## Documentation

- Docs:      https://docs.aerostack.dev
- Dashboard: https://app.aerostack.dev
- API:       https://api.aerostack.dev
- GitHub:    https://github.com/aerostackdev

## Content policy

`Content-Signal: ai-train=no, search=yes, ai-input=yes`

Aerostack content may be read by AI agents to use the platform. We do not consent to model training on this content.
