# Buddy AI Note > Buddy AI Note is a memo-first daily workspace. You write a plain daily memo and the AI turns it into tasks, calendar events, and email replies, then keeps the next action in front of you. You write, Buddy organizes and drafts, you finish. Buddy plans and, once you approve, runs low-risk steps for you. Anything that reaches another person pauses for your confirmation. It is not an autopilot. Buddy AI Note is a web and mobile app by PodTech Corp. The daily memo is the home surface. Email triage, calendar sync, Tasks, and the knowledge graph are enrichment layers that feed or act on the memo. Available in English, French, Japanese, Korean, and Chinese. ## How it works: notes, action, nudge - Notes. Write a free-form daily memo in a block editor with slash commands, headings, lists, and voice transcription. Guided Voice-to-Todo turns spoken tasks into a checklist. - Action. The AI organizes the memo. Auto-Organize restructures it, extracts Tasks with ordered step-by-step Plans, proposes calendar events for scheduling intent, and surfaces emails that need a reply with a pre-drafted response. - Nudge. Approve calendar proposals inline and run Plan steps in one action. Plan then confirm: low-risk steps run automatically, and any step that reaches another person (send an email, invite attendees, delegate) pauses for explicit review. A single next action sits quietly in the day view. ## Features - [Product overview](https://ainote.tech/): the daily memo, capture, AI organize, and inline actions. - [Pricing](https://ainote.tech/pricing): no free tier — Pro comes with a 30-day free trial. Every plan includes the calendar, the full daily-note editor, Google and Outlook calendar sync, and the agent layer: Buddy AI chat, Tasks, Pages, voice memos, knowledge graph, and email. - Bidirectional Google Calendar and Outlook Calendar sync. - Gmail and Outlook inbox triage inside the memo, with Guided Reply (structured questions plus inline availability for scheduling emails). - Voice memos: record, transcribe, summarize, and share meeting minutes with teammates. - Library: uploaded files and voice memos indexed into a personal knowledge graph, so Buddy grounds its answers in your own documents. - Topics: recurring themes across your notes, resurfaced and turnable into a Page. - Pages: linked documents off the daily note with the same Buddy-AI editing. - Booking links for scheduling. ## CLI and API for agents - [bnote CLI](https://ainote.tech/cli): a command-line tool that lets an autonomous agent (for example Claude Code) manage a user's Buddy AI Note tasks and daily notes. Install with `curl -fsSL https://ainote.tech/install.sh | sh`. Authentication is `bnote login`, which opens a browser to sign in — a human runs this once; an agent must never run it and should ask the user instead. `bnote init` writes a task-management prompt into the project's CLAUDE.md or AGENTS.md. Core commands: `bnote tasks --status open`, `bnote add ""`, `bnote done <id>`, `bnote log "<markdown>"`. - Delegation: an agent can hand Buddy the work that needs the user's personal context. `bnote add "<title>" --plan` or `bnote plan <id>` has Buddy draft an executable plan; `bnote exec <id> --wait` runs the safe steps (research briefs grounded in the user's calendar/email/notes, document drafts in the user's voice, reminders) and returns their outputs; `bnote ask "<question>"` answers questions grounded in the user's own data. Steps that reach another person (send an email, invite attendees) are never auto-fired — they wait for the user's review in the app, following the user's autopilot policy. - [Public REST API](https://ainote.tech/api/v1): tasks, calendar events, and daily notes over HTTP with a Bearer API key (`Authorization: Bearer <key>`), plus the AI endpoints behind the delegation commands (`POST /api/v1/tasks/{id}/plan`, `POST /api/v1/tasks/{id}/execute`, `POST /api/v1/ask`, `GET /api/v1/runs/{id}`). Keys are created via `bnote login` or at https://ainote.tech/integrations/api. - Using the CLI or API requires an active Buddy AI Note plan; Pro includes a 30-day free trial. ## About - [About](https://ainote.tech/about): PodTech Corp. and the team behind Buddy AI Note. - [News](https://ainote.tech/news): product updates and changelog. - [Contact](https://ainote.tech/contact) - [Support](https://ainote.tech/support) ## Legal - [Privacy policy](https://ainote.tech/privacy-policy) - [Terms of service](https://ainote.tech/terms)