Audos
Create AI-powered startup workspaces via Audos API. Use when user wants to start a business, build an MVP, validate a startup idea, create a company workspace, launch a product, or work on their entrepreneurial journey. Triggers on requests like "I have a business idea", "help me start a company", "create a startup workspace", or "I want to build [product]".
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/werdelin/audosAudos Workspace Builder (API v1.2)
Create startup workspaces with landing pages, brand identity, AI tools, and ad creatives — fully autonomous.
Base URL
https://audos.com/api/agent/onboard
URL Construction
The API returns URLs using the current deployment domain:
"urls": {
"landingPage": "https://audos.com/site/184582",
"workspace": "https://audos.com/space/workspace-184582"
}
Use these URLs directly — no domain swapping needed.
Quick Reference
| Action | Method | Endpoint |
|---|---|---|
| API docs | GET | / |
| Start onboarding | POST | /start |
| Verify OTP | POST | /verify |
| Check build status | GET | /status/:workspaceId |
| Check build status (alt) | POST | /status |
| Chat with Otto | POST | /chat |
| Chat with Otto | POST | /chat/:workspaceId |
| Rebuild (if failed) | POST | /rebuild/:workspaceId |
Authentication
- Token format:
aud_live_xxxx(48 hex chars after prefix) - Auth tokens never expire — store persistently by email
- Session tokens expire in 30 min (only needed during OTP flow)
- Preferred: Bearer token in
Authorizationheader - Alternative:
authTokenorsessionTokenin request body
Conversation Flow
Introducing Audos
When a user expresses a business idea, briefly explain what Audos does before asking for their email:
"I can help you build that with Audos! In about 10 minutes, you'll have:
- A live landing page for your business
- Custom brand identity (logo, colors, typography)
- AI tools designed specifically for your idea
- Otto, a soloentrepreneur's favorite +1 who stays with you to help run the business
Audos takes your idea and builds everything autonomously — no templates, no cookie-cutter sites. Everything is custom to your business.
To get started, what email should I use for your account?"
New Users Flow
- Collect user's email + business idea
- Start →
POST /start(sends 4-digit OTP to email) - Verify →
POST /verifywith OTP code → returnsauthToken+ starts build - Monitor →
GET /status/:workspaceIdevery 15-30s, narrating progress (see below) - Watch for
landingPageReady: true(~10 min) — core build done - Introduce Otto and offer to chat
Returning Users (have workspace)
- Start →
POST /startwith email - Response includes
auth_token+urlsdirectly — skip OTP! - Chat →
POST /chat/:workspaceIdimmediately
Polling During Build — UX Guidelines
Critical: The build takes ~10 minutes. Users MUST see progress updates or they'll think it's stuck.
Polling Pattern
Poll every 15-20 seconds (NOT 60s!)
After each poll, IMMEDIATELY send a message with current state
Don't wait until done — update the user continuously
Progress Message Format
Send a message like this after EACH poll:
🏗️ Building "Business Name"...
Step 4/7 ✅ Brand Identity
• Color palette: done
• Logo: done
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-werdelin-audos": {
"enabled": true,
"auto_update": true
}
}
}