Skip to content

Commit 7e10d0e

Browse files
claude[bot]windmill-internal-app[bot]centdix
authored
Add API mode documentation to AI Chat (#1065)
* Add API mode documentation to AI Chat - Added API mode section describing available endpoints: jobs, scripts, flows, resources, variables, schedules, workers - Added backlink to MCP documentation - Positioned in Windmill AI Chat section for contextual relevance Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com> * Add changelog entry for AI Chat API mode Co-authored-by: centdix <[email protected]> * fix * fix changelog --------- Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com> Co-authored-by: centdix <[email protected]> Co-authored-by: centdix <[email protected]>
1 parent ea04164 commit 7e10d0e

File tree

2 files changed

+24
-0
lines changed
  • changelog/2025-08-08-ai-chat-api-mode
  • docs/core_concepts/22_ai_generation

2 files changed

+24
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
slug: ai-chat-api-mode
3+
version: v1.520.0
4+
title: AI Chat API mode
5+
tags: ['AI Chat', 'Windmill AI']
6+
description: The AI Chat panel now supports API mode, allowing direct interaction with Windmill resources through conversational commands. Access jobs, scripts, flows, resources, variables, schedules, and workers using natural language queries.
7+
features:
8+
- Direct API access through conversational interface
9+
docs: /docs/core_concepts/ai_generation#api-mode
10+
---

docs/core_concepts/22_ai_generation/index.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,20 @@ The navigation mode can assist you with:
4141

4242
This navigation mode makes Windmill more accessible by providing contextual help exactly when and where you need it, whether you're learning the platform or looking for quick assistance during development.
4343

44+
### API mode
45+
46+
The AI chat also includes an API mode that allows you to perform basic operations on your Windmill workspace directly through conversation. You can interact with the following endpoints:
47+
48+
- **jobs**: Monitor, cancel, and retrieve information about running and completed jobs
49+
- **scripts**: List, create, edit, and manage your scripts
50+
- **flows**: Work with your flows and their configurations
51+
- **resources**: Manage workspace resources and connections
52+
- **variables**: Handle workspace and user variables
53+
- **schedules**: Create and modify scheduled jobs
54+
- **workers**: Check worker status and manage worker groups
55+
56+
These API endpoints are also available through the [Model Context Protocol (MCP)](../51_mcp/index.mdx), enabling seamless integration with MCP-compatible tools and clients for automated workflow management.
57+
4458
## Windmill AI for scripts
4559

4660
### AI Chat

0 commit comments

Comments
 (0)