Tool
brain_daemon_create
Create a new ingestion daemon (github, clickup or gdrive)
Create a new ingestion daemon (github, clickup or gdrive)
Behavior
- HTTP
POST /brain/daemons
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | — | No description in the catalog. |
| repo | string | — | No description in the catalog. |
| type | string | — | No description in the catalog. |
| model | string | — | No description in the catalog. |
| owner | string | — | No description in the catalog. |
| branch | string | — | No description in the catalog. |
| config | string | — | No description in the catalog. |
| loadMode | string | — | No description in the catalog. |
| connectorId | string | — | No description in the catalog. |
| clickupConfig | object | — | No description in the catalog. |
| sourceAuthority | string | — | No description in the catalog. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | |
| name | string | • | |
| repo | string | • | |
| type | string | • | |
| model | string | • | |
| owner | string | • | |
| branch | string | • | |
| config | string | — | |
| enabled | boolean | • | |
| loadMode | string | • | |
| lastRunAt | string | • | |
| lastResult | string | — | |
| connectorId | string | • | |
| clickupConfig | string | — | |
| degradedCount | number | • | |
| effectiveModel | string | • | |
| sourceAuthority | string | • | |
| unmeasuredCount | number | • |
Try it
Create a new ingestion daemon (github, clickup or gdrive).