IM
EN
Get Started
Menu

AI Tasks

Define explicit inbox tasks with allowlisted tools and deterministic execution boundaries.

Proof

Example: a task can call list_messages and read_message while write tools remain denied.

inbox-manager task create --name "Daily Summary" \
  --allow list_messages,read_message \
  --deny move_message,delete_message

Limits

Get Started