Reading and feeds
List subscriptions, preview and subscribe to RSS feeds, filter entries, mark read, star, and search content.
Use the CLI to connect Flowtify with scripts, terminal workflows, and AI agents. After authorization, it can work with feeds, entries, notes, Knowledge Wiki, AI chats, MCP, research, todos, media assets, and video projects.
$ curl -fsSL https://flowtify.app/install-cli.sh | sh
$ flowtify login --api-url https://api.flowtify.app
$ flowtify entries list --unread --limit 20
$ flowtify ai ask "Summarize my unread entries"
$ flowtify knowledge wiki --status completed
$ flowtify export bundle --output flowtify-export.zipCommon workflows have dedicated commands, and advanced workflows can fall back to the generic API command.
List subscriptions, preview and subscribe to RSS feeds, filter entries, mark read, star, and search content.
Create and update notes, view Knowledge Wiki pages, run knowledge compilation, and review relation candidates.
Ask AI, manage chats, inspect usage, and manage AI skills, memory, tasks, and automations.
Manage knowledge base documents and run unified, smart, and cross-content search.
Access research projects, todos, workspace projects, image designs, media assets, podcasts, and publishing tasks.
Inspect MCP connections, refresh capabilities, list tools, read resources, get prompts, and call tools.
Unwrapped endpoints can still be called with flowtify api METHOD PATH, which is useful for advanced agent workflows.
Install, authorize in the browser, then call Flowtify from a terminal or agent.
Use the one-line installer from the current site. Test environments show test domains, and production shows production domains.
curl -fsSL https://flowtify.app/install-cli.sh | shThe CLI opens a browser, completes Flowtify login, and saves credentials through a local callback without giving passwords to an agent.
flowtify login --api-url https://api.flowtify.appCheck the current identity first, then use dedicated commands or the generic API command.
flowtify whoami
flowtify entries list --unread --limit 20
flowtify search unified "AI Agent" --limit 10Copy this Skill URL into an agent that supports skills. It explains how to install the CLI, verify authorization, and ask before writes or destructive actions.
https://flowtify.app/agent-skills/flowtify-cli/SKILL.md