Skip to main content
Applies to v3.6.1Reviewed 2026-04-20

User guide

The workspace is what you see when you sign in to your organization's subdomain. Every page in this guide is grounded in shipped code.

Where your workspace lives

Each organization has a dedicated subdomain at https://{your-slug}.achiral.ai. In development environments the root domain switches to achirality.ai. Some subdomains — www, app, api, docs, blog, admin, chiro — are reserved and cannot be used as organization slugs.

You must be signed in and a member of the organization to reach the workspace. Unknown subdomains show "Organization Not Found"; unauthorized visitors see "Access Denied".

What ships today

The workspace renders two tabs across the top: Chat (the default) and Team. Four other tabs exist in the source but are commented out pending refinement: Tasks, Delegations, Activity, Orders.

From the Chat tab you can talk one-on-one with your Executive Assistant (EA), with Chiro (the organization-wide assistant), with a teammate, or with a teammate's EA. Group conversations with three or more humans are first-class: the runtime gate is participant count, not a feature flag.

While your EA is still provisioning on first sign-in, a banner reads "Your AI assistant is being prepared. This usually takes 2–3 minutes."

What isn't live yet

Today's brief, delegation cards, and the EA activity feed exist in the codebase but their render blocks are commented out with a "needs refinement" note. They'll get their own pages once restored. The audit queue lives at .plans/audit-queue-2026-04-20.md.

Where to go from here

Open the Chat tab to start using your EA. Switch to Team to see the Team Directory. If you're a developer, Getting started covers the API. For compliance questions, Security & compliance is the reference.