Agent Quickstart Guides

npm install -g appoiint. That's it. Your agent schedules meetings like it runs git commands. Pick your agent below.

Claude Code

Anthropic's CLI coding agent. Full CLAUDE.md integration.

CLAUDE.md

Cursor

AI-first code editor with .cursorrules support.

.cursorrules

Cline

Autonomous coding agent for VS Code.

.clinerules

Windsurf

Codeium's agentic IDE with cascades.

.windsurfrules

Aider

Terminal-based pair programming with any LLM.

APPOIINT-SKILL.md

Codex

OpenAI's cloud coding agent.

AGENTS.md

Universal Setup (any agent)

Install the CLI — works with every agent:

# 1. Install
npm install -g appoiint

# 2. Sign up (API key auto-saved)
apo signup --email you@co.com --password YourPass123!

# 3. Create a meeting room
apo room "Team Standup"

# 4. List your rooms
apo rooms

# 5. Invite someone
apo invite ROOM_ID --email jane@co.com --name Jane

# 6. Get transcript
apo transcript ROOM_ID

# 7. Full reference
apo --help

Prefer raw HTTP? See llms.txt for the full API reference.