> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noclick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Basedash

> Connect Basedash to your workflows: 74 operations across 12 categories.

The Basedash node adds Basedash operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.

<Note>
  You can wire the Basedash node into an AI agent as a tool provider: the agent calls the operations you allow. See [Agent tools](/agents/tools).
</Note>

## Credentials

Connect Basedash under **Credentials** in the node settings. See [Connecting credentials](/credentials/connecting) for the general flow.

Enter the values manually when creating the credential.

Basedash → avatar → API keys → Create. Copy the bd\_key\_… value (shown once).

[Get your credentials here](https://www.basedash.com/docs/api-reference/overview).

## Operations

### AI chats

| Operation               | ID                    | Description |
| ----------------------- | --------------------- | ----------- |
| **Cancel Chat Message** | `cancel_chat_message` |             |
| **Delete Chat**         | `delete_chat`         |             |
| **Get Chat**            | `get_chat`            |             |
| **Get Chat Message**    | `get_chat_message`    |             |
| **List Chat Messages**  | `list_chat_messages`  |             |
| **List Chats**          | `list_chats`          |             |
| **Send Chat Message**   | `send_chat_message`   |             |
| **Start Chat**          | `create_chat`         |             |

### Automations

| Operation                | ID                     | Description |
| ------------------------ | ---------------------- | ----------- |
| **Create Automation**    | `create_automation`    |             |
| **Delete Automation**    | `delete_automation`    |             |
| **Get Automation**       | `get_automation`       |             |
| **Get Automation Run**   | `get_automation_run`   |             |
| **List Automation Runs** | `list_automation_runs` |             |
| **List Automations**     | `list_automations`     |             |
| **Start Automation Run** | `start_automation_run` |             |
| **Update Automation**    | `update_automation`    |             |

### Charts

| Operation                    | ID                | Description |
| ---------------------------- | ----------------- | ----------- |
| **Create Chart**             | `create_chart`    |             |
| **Delete Chart**             | `delete_chart`    |             |
| **Get Chart**                | `get_chart`       |             |
| **Render Chart Image (PNG)** | `get_chart_image` |             |
| **Update Chart**             | `update_chart`    |             |

### Dashboards

| Operation                 | ID                      | Description |
| ------------------------- | ----------------------- | ----------- |
| **Create Dashboard**      | `create_dashboard`      |             |
| **Create Tab**            | `create_tab`            |             |
| **Delete Dashboard**      | `delete_dashboard`      |             |
| **Delete Tab**            | `delete_tab`            |             |
| **Get Dashboard**         | `get_dashboard`         |             |
| **List Dashboard Charts** | `list_dashboard_charts` |             |
| **List Dashboards**       | `list_dashboards`       |             |
| **Update Dashboard**      | `update_dashboard`      |             |
| **Update Tab**            | `update_tab`            |             |

### Data sources

| Operation                  | ID                       | Description |
| -------------------------- | ------------------------ | ----------- |
| **Create Data Source**     | `create_data_source`     |             |
| **Delete Data Source**     | `delete_data_source`     |             |
| **Get Data Source**        | `get_data_source`        |             |
| **Get Data Source Access** | `get_data_source_access` |             |
| **List Data Sources**      | `list_data_sources`      |             |
| **Set Data Source Access** | `set_data_source_access` |             |
| **Update Data Source**     | `update_data_source`     |             |
| **Verify Data Source**     | `verify_data_source`     |             |

### Definitions

| Operation             | ID                  | Description |
| --------------------- | ------------------- | ----------- |
| **Create Definition** | `create_definition` |             |
| **Delete Definition** | `delete_definition` |             |
| **Get Definition**    | `get_definition`    |             |
| **List Definitions**  | `list_definitions`  |             |
| **Update Definition** | `update_definition` |             |

### Groups

| Operation            | ID                 | Description |
| -------------------- | ------------------ | ----------- |
| **Add Group Member** | `add_group_member` |             |
| **Create Group**     | `create_group`     |             |
| **Delete Group**     | `delete_group`     |             |
| **Get Group**        | `get_group`        |             |
| **List Groups**      | `list_groups`      |             |
| **Update Group**     | `update_group`     |             |

### Insights

| Operation            | ID               | Description |
| -------------------- | ---------------- | ----------- |
| **Delete Insight**   | `delete_insight` |             |
| **Generate Insight** | `create_insight` |             |
| **Get Insight**      | `get_insight`    |             |
| **List Insights**    | `list_insights`  |             |

### MCP servers

| Operation             | ID                  | Description |
| --------------------- | ------------------- | ----------- |
| **Create MCP Server** | `create_mcp_server` |             |
| **Delete MCP Server** | `delete_mcp_server` |             |
| **Get MCP Server**    | `get_mcp_server`    |             |
| **List MCP Servers**  | `list_mcp_servers`  |             |
| **Update MCP Server** | `update_mcp_server` |             |

### Members

| Operation             | ID                  | Description |
| --------------------- | ------------------- | ----------- |
| **Deactivate Member** | `deactivate_member` |             |
| **Get Member**        | `get_member`        |             |
| **Invite Member**     | `invite_member`     |             |
| **List Members**      | `list_members`      |             |
| **Update Member**     | `update_member`     |             |

### Organizations

| Operation                       | ID                    | Description |
| ------------------------------- | --------------------- | ----------- |
| **Create Organization**         | `create_organization` |             |
| **Get AI Usage**                | `get_ai_usage`        |             |
| **Get Audit Logs (Enterprise)** | `get_audit_logs`      |             |
| **Get Organization**            | `get_organization`    |             |
| **List Organizations**          | `list_organizations`  |             |
| **Update Organization**         | `update_organization` |             |

### Skills

| Operation        | ID             | Description |
| ---------------- | -------------- | ----------- |
| **Create Skill** | `create_skill` |             |
| **Delete Skill** | `delete_skill` |             |
| **Get Skill**    | `get_skill`    |             |
| **List Skills**  | `list_skills`  |             |
| **Update Skill** | `update_skill` |             |
