Getting Started
Quickstart
Install the CLI, upload a document, and share it for review — all in under 2 minutes.
Install the CLI
npm install -g @tailor-app/cliRequires Node.js 20+. Verify the installation:
tailor --version
@tailor-app/cli v0.7.0Authenticate
Option A — Environment Variable (agents & CI)
export TAILOR_API_KEY=tailor_sk_YOUR_KEY
tailor list # works immediately — no login neededRecommended for AI agents and CI/CD. No interactive login required.
or
Option B — Store Key to Disk
tailor login --key tailor_sk_abc123Saves the key to your local config file. Good for personal machines.
or
Option C — Magic Link (humans)
tailor login --email you@company.comOpens your browser for one-click sign-in. Requires a terminal.
Upload a Document
tailor upload ./my-document.docx✔ Uploaded my-document.docx ID: doc_8f3a2b1c Size: 24.3 KB
Supports DOCX, PDF, MD, TXT, and HTML. You can also upload entire folders.
Share for Review
tailor share doc_8f3a2b1c --permission FullReview✔ Share link created URL: https://tailor.au/r/abc123 Permission: FullReview Access: Open
Reviewers can comment, suggest changes, and approve — right in the browser. No account required for open links.
Check Status
tailor status doc_8f3a2b1cmy-document.docx Status: In Review Reviewers: 2 invited, 1 completed Comments: 3 open, 1 resolved Changes: 5 tracked
Next Steps
Connect AI Agents
Use PACT to let AI agents collaboratively review and edit documents.
Full CLI Reference
14 command groups — every flag, option, and example.
Microsoft 365 Integration
Connect Tailor with SharePoint and Microsoft 365.
PACT Protocol
Multi-agent document collaboration — intents, constraints, and proposals.