Loading...
Loading...
Kite Suite integration. Manage Organizations, Pipelines, Users, Goals, Filters. Use when the user wants to interact with Kite Suite data.
npx skill4agent add membranedev/application-skills kite-suitemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search kite-suite --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Projects by Workspace | list-projects-by-workspace | Get all projects, lists, sprints, and epics in a workspace |
| List Tasks by Project | list-tasks-by-project | Get all tasks in a project |
| List Sprints by Project | list-sprints-by-project | Get all sprints in a project |
| List Epics by Project | list-epics-by-project | Get all epics in a project |
| List Teams | list-teams | Get all teams in the workspace |
| List Users by Workspace | list-users-by-workspace | Get all users in a workspace |
| Get Project | get-project | Get a project by its ID |
| Get Task | get-task | Get a task by its ID |
| Get Sprint | get-sprint | Get a sprint by its ID |
| Get Team | get-team | Get a team by its ID |
| Get User | get-user | Get a user by their ID |
| Get Lists by Project | get-lists-by-project | Get all lists in a project |
| Create Project | create-project | Create a new project in the workspace |
| Create Task | create-task | Create a new task in a project |
| Create Sprint | create-sprint | Create a new sprint in a project |
| Create Epic | create-epic | Create a new epic in a project |
| Create Team | create-team | Create a new team |
| Create Label | create-label | Create a new label in a project |
| Update Project | update-project | Update an existing project |
| Update Task | update-task | Update an existing task |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY