Skip to main content
Znift’s public API is designed for AI agents. You can create, complete, move, search, and analyze your tasks without leaving your AI tool.

Integration Options

Choose the method that works best for your setup:
MethodWorks WithSetup TimeCapabilities
MCP Server (recommended)Claude Desktop, Claude Code, Cursor, Windsurf, OpenClaw2 minutesFull read/write access to all tools
Claude Code SkillClaude Code1 minuteFull access via curl commands
Custom GPTChatGPT5 minutesFull access via OpenAPI Actions

Prerequisites

All methods require a Znift API key:
  1. Go to Profile > API Keys in the Znift app
  2. Click Create API Key
  3. Copy the key (starts with znift_)
Keep your API key secret. Do not share it or commit it to version control.

Quick Start

MCP Server

Connect any MCP-compatible AI tool to Znift.

Claude Code Skill

Manage tasks directly from Claude Code via curl.

ChatGPT

Create a Custom GPT with Znift Actions.

What You Can Do

Once connected, your AI agent can:
  • Daily briefing — “What do I have to do today?” returns overdue, pending, and completed tasks with your streak
  • Create tasks — “Add a task for tomorrow: review PR” with optional priority and due time
  • Log completed work — “Log that I merged 3 PRs” creates a task already marked as done
  • Complete tasks — “Mark the deployment task as done”
  • Reschedule — “Push the standup prep to Friday”
  • Search — “Find anything related to the migration”
  • Weekly review — “How productive was I this week?” with completion stats and trends
  • Archive management — Archive completed tasks, restore them, or permanently delete

Example Workflows

Morning briefing (Claude Desktop / Cursor)

“What’s on my plate today?”
Your AI agent calls the get_dashboard tool and returns your overdue tasks, today’s pending items, completed count, and current streak — all in one response.

End-of-day log (Claude Code)

“Log that I shipped the auth refactor, reviewed 2 PRs, and fixed the checkout bug”
Creates three completed tasks for today with a single prompt. No need to open the app.

Weekly review (ChatGPT)

“How productive was I this week? Show me the stats.”
Calls get_analytics with a 7-day range and returns completion rate, priority breakdown, daily stats, and streak information.