# Habitica

```json
{
  "name": "Habitica",
  "slug": "habitica",
  "url": "https://composio.dev/toolkits/habitica",
  "markdown_url": "https://composio.dev/toolkits/habitica.md",
  "logo_url": "https://logos.composio.dev/api/habitica",
  "categories": [
    "productivity & project management"
  ],
  "is_composio_managed": false,
  "updated_at": "2026-05-12T10:14:30.940Z"
}
```

![Habitica logo](https://logos.composio.dev/api/habitica)

## Description

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Habitica MCP or direct API to create tasks, update habits, fetch your progress, and reward completed goals through natural language.

## Summary

Habitica is an open-source task manager that gamifies your to-do lists and daily habits. Level up your productivity by turning tasks into an engaging RPG experience.

## Categories

- productivity & project management

## Toolkit Details

- Tools: 70

## Images

- Logo: https://logos.composio.dev/api/habitica

## Authentication

- **Api Key**
  - Type: `api_key`
  - Description: Api Key authentication for Habitica.
  - Setup:
    - Configure Api Key credentials for Habitica.
    - Use the credentials when creating an auth config in Composio.

## Suggested Prompts

- Add a new daily task for exercise
- Create a challenge for team productivity
- Delete an outdated task from my challenge
- Create a tag for urgent work tasks

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `HABITICA_ADD_CHALLENGE_TASK` | Add Task to Challenge | Tool to add a new task to a specified challenge. Use when you need to programmatically create a challenge task after the challenge is set up and you have its ID. |
| `HABITICA_ADD_PUSH_DEVICE` | Add Push Device | Tool to register a push notification device for the authenticated user. Use when you need to enable push notifications for mobile devices or UnifiedPush clients. |
| `HABITICA_ADD_TAG_TO_TASK` | Add Tag to Task | Tool to add a tag to a task. Use when you need to categorize or label a task with an existing tag. |
| `HABITICA_CLONE_CHALLENGE` | Clone Challenge | Tool to clone an existing challenge. Use when you need to duplicate a challenge to a different group with a new name. |
| `HABITICA_CREATE_CHALLENGE` | Create Challenge | Tool to create a new challenge. Use when you need to start a challenge in a specific group with title, summary, and optional tasks. |
| `HABITICA_CREATE_GROUP` | Create Habitica Party | Create a new Habitica party for collaborative gameplay. Use this tool to create a party where users can: - Participate in quests together - Chat with party members - Share achievements and progress **Important Notes:** - A user can only be in one party at a time. If already in a party, they must leave first. - Guilds are no longer supported by Habitica (removed August 2023). Only 'party' type works. - The authenticated user automatically becomes the party leader. |
| `HABITICA_CREATE_TAG` | Create Tag | Tool to create a new tag. Use after determining the desired tag name. |
| `HABITICA_CREATE_TASK` | Create Task | Create a new task in Habitica. Supports four task types: - 'habit': Recurring positive/negative actions (use up/down to enable +/- buttons) - 'daily': Scheduled tasks that repeat on a schedule (configure with frequency, repeat, startDate) - 'todo': One-time tasks with optional due date (use date field) - 'reward': Custom rewards that cost gold (set value for the gold cost) Required fields: text (task title), type (habit/daily/todo/reward). Optional: notes, priority (0.1=Trivial, 1=Easy, 1.5=Medium, 2=Hard), tags, checklist. |
| `HABITICA_CREATE_WEBHOOK` | Create Webhook | Tool to create a new webhook for taskActivity events. Use when you need real-time notifications of task creation, updates, deletion, or scoring. |
| `HABITICA_DELETE_CHALLENGE` | Delete Habitica Challenge | Permanently delete a Habitica challenge. Only the challenge leader (creator) or an admin can delete a challenge. This action is irreversible - once deleted, the challenge and all associated tasks are permanently removed. Use HABITICA_GET_USER_CHALLENGES to find challenge IDs you own. |
| `HABITICA_DELETE_GROUP` | Leave or Delete Habitica Group | Leave or delete a Habitica group (party or guild). This tool allows you to: 1. Leave a party: Pass 'party' as groupId or the party's UUID to leave your current party. 2. Leave a guild: Pass the guild's UUID to leave the guild. 3. Delete a guild: If you are the leader and there are no other members, passing the guild's UUID will delete it (DELETE endpoint is tried if leave fails). Note: The Habitica API endpoint used is POST /groups/:groupId/leave. Only if that fails (e.g., you're the leader trying to delete an empty guild), the DELETE /groups/:groupId endpoint is attempted. |
| `HABITICA_DELETE_GROUP_CHAT_MESSAGE` | Delete Group Chat Message | Tool to delete a chat message from a Habitica group (party, guild, or Tavern). Use when you need to remove a specific chat message. Note that only the message author or group moderators can delete messages. |
| `HABITICA_DELETE_TAG` | Delete Habitica Tag | Tool to delete a tag for the authenticated user. Use when you need to remove an obsolete tag after confirming it’s no longer applied to any tasks. |
| `HABITICA_DELETE_TASK` | Delete Task | Permanently deletes a user's task (habit, daily, todo, or reward) by its ID. The task cannot be recovered after deletion. Use get_tasks to list tasks and their IDs first. |
| `HABITICA_DELETE_TASK_CHECKLIST_ITEM` | Delete Task Checklist Item | Tool to delete a checklist item from a task. Use when you need to remove a specific checklist item from a todo or daily task. |
| `HABITICA_DELETE_USER_MESSAGE_BY_ID` | Delete User Message | Tool to delete a message from the authenticated user's inbox by its ID. Use when you need to remove a specific message from the user's Habitica inbox. |
| `HABITICA_DELETE_USER_PUSH_DEVICE` | Delete User Push Device | Tool to remove a push device registration from the authenticated user's account. Use when you need to unregister a device that should no longer receive push notifications. |
| `HABITICA_EQUIP_ITEM` | Equip Item | Tool to equip or unequip gear, pets, mounts, or costume items in Habitica. Use when you need to change the user's equipped items. Equipping an already-equipped item will unequip it. |
| `HABITICA_EXPORT_CHALLENGE_CSV` | Export Challenge to CSV | Tool to export a Habitica challenge to CSV format. Use when you need to download challenge data as a CSV file. The CSV contains all challenge tasks and participant information. |
| `HABITICA_GET_CHALLENGE` | Get Challenge | Tool to retrieve details of a specific challenge. Use when you have the challenge ID and need its full data. |
| `HABITICA_GET_CHALLENGES` | Get Group Challenges | Tool to retrieve challenges available in a specific group (guild, party, or tavern). |
| `HABITICA_GET_CHALLENGE_TASK` | Get Task by ID | Retrieve a task by its unique ID. Works for any Habitica task type (habit, daily, todo, reward) whether it belongs to a challenge or is a personal user task. Returns full task details including type-specific properties like completion status, streaks, and scheduling information. |
| `HABITICA_GET_CHALLENGE_TASKS` | Get Challenge Tasks | Tool to get all tasks for a specified challenge. Use when you have a challenge ID and need to list its defined tasks, including challenge metadata per task. |
| `HABITICA_GET_CONTENT` | Get Content | Retrieves all Habitica game content definitions in a single request. Returns ~9MB of static game data including achievements, quests, gear, pets, mounts, eggs, hatching potions, food, backgrounds, spells, and more. Use cases: - Loading full game content to cache for local lookups - Getting all available items, quests, or equipment for reference - Building item pickers or content browsers Note: For specific content types, prefer get_content_by_type to reduce payload size. This endpoint requires no authentication but returns localized English text by default. |
| `HABITICA_GET_CONTENT_BY_TYPE` | Get Content By Type | Retrieves Habitica game content data filtered by a specific category type. Use this tool to fetch game definitions like quest details, equipment stats, pet/mount info, backgrounds, spells, or other static game content. Useful when you need specific category data without fetching all content at once. |
| `HABITICA_GET_EXPORT_HISTORY_CSV` | Get Export History CSV | Tool to export user tasks history in CSV format. Returns CSV data with task completions and updates over time. |
| `HABITICA_GET_EXPORT_INBOX_HTML` | Get Export Inbox HTML | Tool to export inbox data in HTML format from Habitica. Use when you need to retrieve the user's private messages and inbox content as an HTML document. |
| `HABITICA_GET_EXPORT_USERDATA_JSON` | Export User Data JSON | Exports the authenticated user's complete data in JSON format. Use when you need a full backup or comprehensive snapshot of all user data. Returns the raw internal data structure with all fields and nested objects. |
| `HABITICA_GET_GROUP` | Get Group | Retrieves detailed information about a Habitica group (guild or party). Use 'party' as groupId to get the user's current party, or provide a specific group UUID obtained from HABITICA_GET_GROUPS. |
| `HABITICA_GET_GROUP_MEMBERS` | Get Group Members | Retrieve members of a Habitica group (guild or party). Supports pagination via lastId parameter and optional search filtering. Use 'party' as groupId to get members of the current user's party. |
| `HABITICA_GET_GROUPS` | Get Habitica Groups | Retrieves Habitica groups based on type. Use 'guilds' to get all guilds the authenticated user belongs to, 'party' to get the user's current party, or 'tavern' to get the global Tavern (the main public chat). |
| `HABITICA_GET_GROUPS_HABITRPG` | Get Habitica Tavern Group | Tool to retrieve the Habitica Tavern (habitrpg) group details. The Tavern is the main public group where all Habitica users can chat and participate in community discussions. |
| `HABITICA_GET_GROUPS_PARTY_CHAT` | Get Party Chat Messages | Tool to retrieve party chat messages from Habitica. Use when you need to fetch recent chat messages from the authenticated user's party. |
| `HABITICA_GET_MODELS_MODEL_PATHS` | Get Model Paths | Retrieves all available field paths and their data types for a specified Habitica model. Use this to discover the structure and available fields for user, group, challenge, tag, or task models. Helpful for understanding what fields can be queried or updated. |
| `HABITICA_GET_NEWS` | Get News | Tool to retrieve the latest Bailey announcement from Habitica. Use when you need to check current news, events, or updates posted by Bailey. |
| `HABITICA_GET_PARTY` | Get Party | Retrieves the authenticated user's party details from Habitica. Returns information about the user's current party including: - Party name, description, and member count - Party leader information - Current quest status and progress - Recent chat messages - Leader-only permissions Note: Returns an error if the user is not currently in a party. No parameters required - automatically fetches the party for the authenticated user. |
| `HABITICA_GET_SHOPS_MARKET_GEAR` | Get Shops Market Gear | Tool to retrieve the available gear for purchase in the market shop. Use when you need to check what equipment is available for each character class. Returns gear organized by class: healer, wizard, rogue, and warrior. |
| `HABITICA_GET_SHOPS_TIME_TRAVELERS` | Get Time Travelers Shop | Tool to retrieve available items in the Time Travelers shop. Use when you need to see what quests, backgrounds, pets, or mounts can be purchased with hourglasses. |
| `HABITICA_GET_STATUS` | Get Habitica API Status | Tool to check Habitica API server status. Use when you need to verify if the Habitica service is operational before making other API calls. |
| `HABITICA_GET_TAGS` | Get Tags | Retrieve all tags for the authenticated Habitica user. Tags are labels that can be attached to tasks for organization. Returns both user-created tags and challenge-related tags. Use this to get tag IDs for filtering tasks or assigning tags to new tasks. |
| `HABITICA_GET_TASKS` | Get Tasks | Tool to retrieve all tasks for the authenticated user. Use when you need the user's current tasks list after authenticating. |
| `HABITICA_GET_USER_CHALLENGES` | Get User Challenges | Tool to retrieve challenges the authenticated user participates in. Use when you need a paginated list of user challenges. |
| `HABITICA_GET_USER_PROFILE` | Get User Profile | Retrieves the authenticated user's complete Habitica profile. Returns comprehensive user data including: - Stats: HP, MP, level, experience, gold, and character class - Inventory: gear, pets, mounts, eggs, potions, and quest items - Achievements: unlocked achievements and completed quests - Party: current party membership and quest progress - Preferences: language, timezone, notification settings - Tasks: order of habits, dailies, todos, and rewards - Tags: user-created tags for task organization This is a read-only endpoint that requires no parameters. The user is identified automatically via the API credentials. |
| `HABITICA_GET_WEBHOOKS` | Get Webhooks | Retrieves all webhooks configured for the authenticated Habitica user. Returns a list of webhooks including their URLs, types, enabled status, and task activity options. Use this to check existing webhook configurations, monitor webhook health via failure counts, or get webhook IDs for updates/deletions. |
| `HABITICA_GET_WORLD_STATE` | Get World State | Retrieves the current state of the Habitica game world including active events, world boss status, and seasonal NPC visual themes. Use when checking for active world events, monitoring world boss progress, or determining current seasonal themes. |
| `HABITICA_INVITE_TO_GROUP` | Invite To Group | Tool to invite users to a specific group. Use when you need to send invitations by user UUID, email, or username. |
| `HABITICA_INVITE_TO_QUEST` | Invite To Quest | Tool to invite party members to a quest. Use when you want to start a quest with a specific quest key in a group. The user must own the quest scroll to invite others. |
| `HABITICA_JOIN_CHALLENGE` | Join Challenge | Tool to join a challenge. Use after confirming the challenge ID to participate in a specific challenge. |
| `HABITICA_LEAVE_CHALLENGE` | Leave Challenge | Tool to leave a Habitica challenge. Use when you need to remove yourself from a specific challenge and decide whether to keep or remove its tasks. |
| `HABITICA_LOCAL_LOGIN` | Local Login | Tool to authenticate a user via local credentials. Use when needing an API token for subsequent Habitica requests. |
| `HABITICA_LOCAL_REGISTER` | Local User Registration | Tool to register a new Habitica user via email and password. Use when creating a fresh account before authentication. |
| `HABITICA_MARK_GROUP_CHAT_SEEN` | Mark Group Chat Seen | Tool to mark all chat messages as read/seen for a specific group. Use when you need to clear unread message notifications in a group chat. Requires a valid group ID ('party' for user's party, 'habitrpg' for Tavern). |
| `HABITICA_MARK_NOTIFICATION_SEEN` | Mark Notification Seen | Tool to mark a single notification as seen in Habitica. Use this when you need to mark one specific notification as read after the user has viewed it. |
| `HABITICA_MARK_NOTIFICATIONS_SEEN` | Mark Notifications Seen | Marks specific notifications as read/seen in Habitica. Use this after getting notifications to clear unread notification badges. Requires valid notification IDs from the Get Notifications action. Returns updated notification state. |
| `HABITICA_MOVE_PINNED_ITEM` | Move Pinned Item | Tool to move a pinned item in the rewards column to a new position. Use when you need to reorder pinned items after sorting them. |
| `HABITICA_MOVE_TASK_TO_POSITION` | Move Task To Position | Move a Habitica task to a new position in the task list. Use this when you need to reorder tasks by moving a specific task to the top (position=0), bottom (position=-1), or any specific position. The response returns the updated task order for the task type (habit, daily, todo, or reward) that the moved task belongs to. |
| `HABITICA_POST_NEWS_TELL_ME_LATER` | Dismiss Bailey Announcement | Tool to dismiss the latest Bailey announcement in Habitica, allowing it to be read later. Use this when the user wants to clear the current news notification without reading it. The announcement will reappear later. |
| `HABITICA_POST_USER_RESET` | Reset User Account | Resets the authenticated user's account to starting state. This permanently deletes all tasks, resets character to level 1, and clears progress while retaining some items and achievements. Use with caution as this action is irreversible. |
| `HABITICA_READ_CARD` | Read Card | Tool to mark a card as read in Habitica. Use when a user receives a special card (birthday, greeting, nye, thankyou, or valentine) and wants to acknowledge it. Updates user.flags.cardReceived and returns updated user.items.special. |
| `HABITICA_REMOVE_FROM_PARTY` | Remove Party Member | Removes a member from the authenticated user's party. Requirements: - You must be the party leader to remove members - You cannot remove yourself (use Leave Party instead) - The member must be currently in your party Use Get Party Members first to obtain member IDs. This action is typically used to remove inactive members or those who no longer wish to participate. |
| `HABITICA_SCORE_TASK` | Score Task | Score a Habitica task to mark it as completed or incomplete. Use this tool to: - Mark a todo as complete ('up') or incomplete ('down') - Check off a daily task ('up') or uncheck it ('down') - Record a positive habit action ('up') or negative habit action ('down') - Redeem a reward (use 'up' direction for rewards) Returns updated user stats including health, mana, experience, gold, and level. Scoring tasks can trigger drops (food, eggs, potions) and quest progress. |
| `HABITICA_SOCIAL_AUTH` | Social Auth | Tool to authenticate a user via a social provider. Use after obtaining an OAuth token or code from Facebook, Google, GitHub, or Apple. |
| `HABITICA_SUBSCRIBE_WEBHOOK` | Subscribe Webhook | Tool to enable (subscribe) an existing webhook by ID for the authenticated user. This aligns with Habitica's documented API by updating the webhook resource to ensure it is enabled. Usage: obtain the webhook ID (e.g., via Get Webhooks or after creating a webhook) and call this action to set enabled=true. |
| `HABITICA_UNLINK_ALL_CHALLENGE_TASKS` | Unlink All Challenge Tasks | Tool to unlink all tasks from a Habitica challenge. Use when you need to disconnect all tasks associated with a challenge and decide whether to keep or remove them. |
| `HABITICA_UPDATE_GROUP` | Update Group | Tool to update a Habitica group (party or guild) by modifying its properties. Use when you need to change the name, description, or summary of an existing group. Only the group leader can update group properties. |
| `HABITICA_UPDATE_TAG` | Update Tag | Tool to update an existing tag's name. Use when you need to rename a tag after identifying its ID. |
| `HABITICA_UPDATE_TASK` | Update Task | Update an existing task in Habitica. Use this to modify task properties like title, notes, priority, or other attributes. Only include fields you want to update - all body parameters are optional. |
| `HABITICA_UPDATE_TASK_CHECKLIST_ITEM` | Update Task Checklist Item | Tool to update a checklist item in a task. Use when you need to modify the text of a specific checklist item in a todo or daily task. |
| `HABITICA_UPDATE_USER` | Update User | Update the authenticated user's profile, preferences, flags, and other settings in Habitica. Use dot notation for nested fields (e.g., profile.name, preferences.language). Note: Some paths are protected and cannot be modified (e.g., stats.class will be rejected). |
| `HABITICA_VALIDATE_COUPON_CODE` | Validate Coupon Code | Validate a Habitica coupon code to check if it is valid and active. Use this tool to verify coupon codes before attempting to apply them to a user account. Returns information about the coupon's validity and type (e.g., subscription, gems). |

## Supported Triggers

None listed.

## Installation and MCP Setup

### Path 1: SDK Installation

#### Path 1, Step 1: Install Composio

Install the Composio SDK
```python
pip install composio_openai
```

```typescript
npm install @composio/openai
```

#### Path 1, Step 2: Initialize Composio and Create Tool Router Session

Import and initialize Composio client, then create a Tool Router session
```python
from openai import OpenAI
from composio import Composio
from composio_openai import OpenAIResponsesProvider

composio = Composio(provider=OpenAIResponsesProvider())
openai = OpenAI()
session = composio.create(user_id='your-user-id')
```

```typescript
import OpenAI from 'openai';
import { Composio } from '@composio/core';
import { OpenAIResponsesProvider } from '@composio/openai';

const composio = new Composio({
  provider: new OpenAIResponsesProvider(),
});
const openai = new OpenAI({});
const session = await composio.create('your-user-id');
```

#### Path 1, Step 3: Execute Habitica Tools via Tool Router with Your Agent

Get tools from Tool Router session and execute Habitica actions with your Agent
```python
tools = session.tools
response = openai.responses.create(
  model='gpt-4.1',
  tools=tools,
  input=[{
    'role': 'user',
    'content': 'Create a new daily task called "Morning Exercise" and assign it to my Habitica profile.'
  }]
)
result = composio.provider.handle_tool_calls(
  response=response,
  user_id='your-user-id'
)
print(result)
```

```typescript
const tools = session.tools;
const response = await openai.responses.create({
  model: 'gpt-4.1',
  tools: tools,
  input: [{
    role: 'user',
    content: 'Create a new daily task called "Morning Exercise" and assign it to my Habitica profile.'
  }],
});
const result = await composio.provider.handleToolCalls(
  'your-user-id',
  response.output
);
console.log(result);
```

### Path 2: MCP Server Setup

#### Path 2, Step 1: Install Composio

Install the Composio SDK and Claude Agent SDK
```python
pip install composio claude-agent-sdk
```

```typescript
npm install @composio/core ai @ai-sdk/openai @ai-sdk/mcp
```

#### Path 2, Step 2: Create Tool Router Session

Initialize the Composio client and create a Tool Router session
```python
from composio import Composio
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions

composio = Composio(api_key='your-composio-api-key')
session = composio.create(user_id='your-user-id')
url = session.mcp.url
```

```typescript
import { Composio } from '@composio/core';

const composio = new Composio({ apiKey: 'your-api-key' });

console.log("Creating Tool Router session...");
const { mcp } = await composio.create('your-user-id');
console.log(`Tool Router session created: ${mcp.url}`);
```

#### Path 2, Step 3: Connect to AI Agent

Use the MCP server with your AI agent
```python
import asyncio

options = ClaudeAgentOptions(
    permission_mode='bypassPermissions',
    mcp_servers={
        'tool_router': {
            'type': 'http',
            'url': url,
            'headers': {
                'x-api-key': 'your-composio-api-key'
            }
        }
    },
    system_prompt='You are a helpful assistant with access to Habitica tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('Create a new daily task called "Exercise" that repeats every weekday')
        async for message in client.receive_response():
            if hasattr(message, 'content'):
                for block in message.content:
                    if hasattr(block, 'text'):
                        print(block.text)

asyncio.run(main())
```

```typescript
import { openai } from '@ai-sdk/openai';
import { experimental_createMCPClient as createMCPClient } from '@ai-sdk/mcp';
import { generateText, stepCountIs } from 'ai';

const client = await createMCPClient({
  transport: {
    type: 'http',
    url: mcp.url,
    headers: { 'x-api-key': 'your-composio-api-key' }
  }
});

const tools = await client.tools();

const { text } = await generateText({
  model: openai('gpt-4o'),
  tools,
  messages: [{ role: 'user', content: 'Create a new daily task called "Exercise" that repeats every weekday' }],
  stopWhen: stepCountIs(5)
});

console.log(`Agent: ${text}`);
```

## Why Use Composio?

### 1. AI Native Habitica Integration

- Supports both Habitica MCP and direct API based integrations
- Structured, LLM-friendly schemas for reliable tool execution
- Rich coverage for reading, writing, and querying your Habitica data

### 2. Managed Auth

- Built-in OAuth handling with automatic token refresh and rotation
- Central place to manage, scope, and revoke Habitica access
- Per user and per environment credentials instead of hard-coded keys

### 3. Agent Optimized Design

- Tools are tuned using real error and success rates to improve reliability over time
- Comprehensive execution logs so you always know what ran, when, and on whose behalf

### 4. Enterprise Grade Security

- Fine-grained RBAC so you control which agents and users can access Habitica
- Scoped, least privilege access to Habitica resources
- Full audit trail of agent actions to support review and compliance

## Use Habitica with any AI Agent Framework

Choose a framework you want to connect Habitica with:

- [OpenAI Agents SDK](https://composio.dev/toolkits/habitica/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/habitica/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/habitica/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/habitica/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/habitica/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/habitica/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/habitica/framework/hermes-agent)
- [Google ADK](https://composio.dev/toolkits/habitica/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/habitica/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/habitica/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/habitica/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/habitica/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/habitica/framework/crew-ai)
- [Pydantic AI](https://composio.dev/toolkits/habitica/framework/pydantic-ai)
- [AutoGen](https://composio.dev/toolkits/habitica/framework/autogen)

## Related Toolkits

- [Google Sheets](https://composio.dev/toolkits/googlesheets) - Google Sheets is a cloud-based spreadsheet tool for real-time collaboration and data analysis. It lets teams work together from anywhere, updating information instantly.
- [Notion](https://composio.dev/toolkits/notion) - Notion is a collaborative workspace for notes, docs, wikis, and tasks. It streamlines team knowledge, project tracking, and workflow customization in one place.
- [Airtable](https://composio.dev/toolkits/airtable) - Airtable combines the flexibility of spreadsheets with the power of a database for easy project and data management. Teams use Airtable to organize, track, and collaborate with custom views and automations.
- [Asana](https://composio.dev/toolkits/asana) - Asana is a collaborative work management platform for teams to organize and track projects. It streamlines teamwork, boosts productivity, and keeps everyone aligned on goals.
- [Google Tasks](https://composio.dev/toolkits/googletasks) - Google Tasks is a to-do list and task management tool integrated into Gmail and Google Calendar. It helps you organize, track, and complete tasks across your Google ecosystem.
- [Linear](https://composio.dev/toolkits/linear) - Linear is a modern issue tracking and project planning tool for fast-moving teams. It helps streamline workflows, organize projects, and boost productivity.
- [Jira](https://composio.dev/toolkits/jira) - Jira is Atlassian’s platform for bug tracking, issue tracking, and agile project management. It helps teams organize work, prioritize tasks, and deliver projects efficiently.
- [Clickup](https://composio.dev/toolkits/clickup) - ClickUp is an all-in-one productivity platform for managing tasks, docs, goals, and team collaboration. It streamlines project workflows so teams can work smarter and stay organized in one place.
- [Monday](https://composio.dev/toolkits/monday) - Monday.com is a customizable work management platform for project planning and collaboration. It helps teams organize tasks, automate workflows, and track progress in real time.
- [Addressfinder](https://composio.dev/toolkits/addressfinder) - Addressfinder is a data quality platform for verifying addresses, emails, and phone numbers. It helps you ensure accurate customer and contact data every time.
- [Agiled](https://composio.dev/toolkits/agiled) - Agiled is an all-in-one business management platform for CRM, projects, and finance. It helps you streamline workflows, consolidate client data, and manage business processes in one place.
- [Ascora](https://composio.dev/toolkits/ascora) - Ascora is a cloud-based field service management platform for service businesses. It streamlines scheduling, invoicing, and customer operations in one place.
- [Basecamp](https://composio.dev/toolkits/basecamp) - Basecamp is a project management and team collaboration tool by 37signals. It helps teams organize tasks, share files, and communicate efficiently in one place.
- [Beeminder](https://composio.dev/toolkits/beeminder) - Beeminder is an online goal-tracking platform that uses monetary pledges to keep you motivated. Stay accountable and hit your targets with real financial incentives.
- [Boxhero](https://composio.dev/toolkits/boxhero) - Boxhero is a cloud-based inventory management platform for SMBs, offering real-time updates, barcode scanning, and team collaboration. It helps businesses streamline stock tracking and analytics for smarter inventory decisions.
- [Breathe HR](https://composio.dev/toolkits/breathehr) - Breathe HR is cloud-based HR software for SMEs to manage employee data, absences, and performance. It simplifies HR admin, making it easy to keep employee records accurate and up to date.
- [Breeze](https://composio.dev/toolkits/breeze) - Breeze is a project management platform designed to help teams plan, track, and collaborate on projects. It streamlines workflows and keeps everyone on the same page.
- [Bugherd](https://composio.dev/toolkits/bugherd) - Bugherd is a visual feedback and bug tracking tool for websites. It helps teams and clients report website issues directly on live sites for faster fixes.
- [Canny](https://composio.dev/toolkits/canny) - Canny is a platform for managing customer feedback and feature requests. It helps teams prioritize product decisions based on real user insights.
- [Chmeetings](https://composio.dev/toolkits/chmeetings) - Chmeetings is a church management platform for events, members, donations, and volunteers. It streamlines church operations and improves community engagement.

## Frequently Asked Questions

### Do I need my own developer credentials to use Habitica with Composio?

Yes, Habitica requires you to configure your own API key credentials. Once set up, Composio handles secure credential storage and API request handling for you.

### Can I use multiple toolkits together?

Yes! Composio's Tool Router enables agents to use multiple toolkits. [Learn more](https://docs.composio.dev/tool-router/overview).

### Is Composio secure?

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. [Learn more](https://trust.composio.dev).

### What if the API changes?

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
