# Teamcamp AI integration on Definable

> An all-in-one project management tool designed for teams to efficiently manage projects, collaborate seamlessly, and streamline workflows.

## What this connects

An all-in-one project management tool designed for teams to efficiently manage projects, collaborate seamlessly, and streamline workflows.

Vendor: https://www.teamcamp.app/

## Tools available

**14** tools available. First 12:

- `TEAMCAMP_CREATE_PROJECT` — Create Project — Tool to create a new project in the workspace. Use when you need to set up a new project with optional customer association, dates, and template.
- `TEAMCAMP_CREATE_TASK` — Create Task — Tool to create a new task within a specified project. Use when you have the project ID and task details ready.
- `TEAMCAMP_CREATE_TASK2` — Create Task (V2) — Tool to create a new task in a TeamCamp project. Requires both 'name' and 'taskName' fields per API requirements.
- `TEAMCAMP_DELETE_PROJECT` — Delete Project — Tool to delete a specific project by its ID. Use when you need to permanently remove a project after confirming it's no longer needed.
- `TEAMCAMP_GET_COMPANY_CUSTOMERS` — Get Company Customers — Tool to retrieve all customers in the company/workspace. Use when you need to get customer information or list all customers.
- `TEAMCAMP_GET_COMPANY_USERS` — Get Company Users — Tool to retrieve all users in the company/workspace. Use when you need to list all team members or check user details.
- `TEAMCAMP_GET_PROJECT_DETAILS` — Get Project Details — Tool to get comprehensive project details including core fields, configuration, user data, feature toggles, and related resources. Use when you need detailed information about a specific project.
- `TEAMCAMP_GET_PROJECT_GROUPS` — Get Project Groups — Tool to retrieve all groups within a specific project. Use when you need to list project groups for organization or task assignment.
- `TEAMCAMP_GET_PROJECT_LIST` — Get Project List — Tool to retrieve all projects within the workspace. Use when you need an overview of available projects.
- `TEAMCAMP_GET_TASK` — Get Task — Tool to retrieve details of a specific task by its unique identifier. Use when you need complete information about a single task.
- `TEAMCAMP_GET_TASK_LIST_FILTERED` — Get Task List (Filtered) — Tool to retrieve a list of tasks from a project with optional completion status filtering. Use when you need to get all tasks or filter by completed/incomplete status.
- `TEAMCAMP_POST_TASK_COMMENT` — Post Task Comment — Tool to post a new comment on a task. Use when you need to add a comment to an existing task.

## Auth

Auth schemes: `API_KEY`.

## How agents use Teamcamp

Inside a Definable workflow, Teamcamp is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Teamcamp** — the Researcher (GPT-5.5) pulls context from Teamcamp (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Teamcamp** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Teamcamp (create record, post message, draft email).
- **Designer / Engineer → Distributor → Teamcamp** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Teamcamp (attach file, open PR comment, post status).

The Verifier checks every Teamcamp call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- project management — https://definable.ai/apps/category/project-management/
- team collaboration — https://definable.ai/apps/category/team-collaboration/
- productivity — https://definable.ai/apps/category/productivity/

## Related

- HTML page: https://definable.ai/apps/teamcamp/
- Same category (project management): https://definable.ai/apps/category/project-management/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
