diff --git a/docs/core_concepts/22_ai_generation/index.mdx b/docs/core_concepts/22_ai_generation/index.mdx index 8ef279cb..ff0136ce 100644 --- a/docs/core_concepts/22_ai_generation/index.mdx +++ b/docs/core_concepts/22_ai_generation/index.mdx @@ -41,6 +41,20 @@ The navigation mode can assist you with: 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. +### API Mode + +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: + +- **jobs**: Monitor, cancel, and retrieve information about running and completed jobs +- **scripts**: List, create, edit, and manage your scripts +- **flows**: Work with your flows and their configurations +- **resources**: Manage workspace resources and connections +- **variables**: Handle workspace and user variables +- **schedules**: Create and modify scheduled jobs +- **workers**: Check worker status and manage worker groups + +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. + ## Windmill AI for scripts ### AI Chat