TOOL API

save_project

Create or update a Linear project. If `id` is provided, updates the existing project; otherwise creates a new one. When creating, `name` and at least one team (via `addTeams` or `setTeams`) are required.

devOAuth1 credits

Call information

Tool slug
linear.save_project
Provider
Linear
Average response
0 ms
Calls in 7 days
0

Input parameters

id

Project ID. If provided, updates the existing project

name

Project name (required when creating)

icon

Icon emoji (e.g., :eagle:)

color

Hex color

summary

Short summary (max 255 chars)

description

Content as Markdown. Do not escape the string โ€” use literal newlines and special characters, not escape sequences

state

Project state

startDate

Start date (ISO format)

targetDate

Target date (ISO format)

priority

0=None, 1=Urgent, 2=High, 3=Medium, 4=Low

addTeams

Team name or ID to add

removeTeams

Team name or ID to remove

setTeams

Replace all teams with these. Cannot combine with addTeams/removeTeams

labels

Label names or IDs

lead

User ID, name, email, or "me". Null to remove

addInitiatives

Initiative names/IDs to add

removeInitiatives

Initiative names/IDs to remove

setInitiatives

Replace all initiatives with these. Cannot combine with addInitiatives/removeInitiatives