# Leiga AI integration on Definable

> Leiga is an AI-powered project management tool that automates tasks and enhances team collaboration.

## What this connects

Leiga is an AI-powered project management tool that automates tasks and enhances team collaboration.

Vendor: https://www.leiga.com/

## Tools available

**10** tools available. First 10:

- `LEIGA_CREATE_PROJECT` — Create Project — Tool to create a new project in Leiga. Use after gathering project details and authenticating.
- `LEIGA_GET_FILE_LIST` — Get File List — Tool to retrieve a paginated list of files in a specified directory. Use after obtaining the directory ID to view files.
- `LEIGA_GET_ISSUE_DETAIL_BY_ISSUE_NUMBER` — Get Issue Detail by Number — Tool to fetch detailed information about a specific issue using its issue number. Use when you have an issue number and need complete issue details.
- `LEIGA_GET_ISSUE_SCHEMA` — Get Issue Schema — Tool to retrieve the issue custom-field schema. Use when you need the full list of field configurations after selecting an issue type.
- `LEIGA_GET_PROJECT_INFORMATION` — Get Project Information — Tool to fetch detailed information about a specific project by its ID. Use when you need complete project metadata, including owner and members.
- `LEIGA_GET_PROJECT_OVERVIEW_TEMPLATE` — Get Project Overview Template — Tool to retrieve the project overview template. Use when you need the structured overview template for a project after confirming its ID.
- `LEIGA_GET_PROJECT_TEMPLATE_LIST` — Get Project Template List — Tool to retrieve a list of project templates. Use when browsing available templates before creating a new project.
- `LEIGA_GET_VERSION_LIST` — Get Version List — Tool to fetch list of versions for a specific platform. Use when you need to view all available versions before deployment.
- `LEIGA_GET_WEBHOOK_TYPE_LIST` — Get Webhook Type List — Tool to retrieve the list of available webhook types. Use when configuring webhooks and you need to know valid event types.
- `LEIGA_LIST_PROJECTS` — List Projects — Tool to list all projects available to the authenticated user. Use when you need to retrieve your projects in paginated form (e.g., page 1 with 10 per page).

## Auth

Auth schemes: `API_KEY`.

## How agents use Leiga

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

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

The Verifier checks every Leiga 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/

## Related

- HTML page: https://definable.ai/apps/leiga/
- 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
