Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Windmill workspace_integration API

The workspace_integration API from Windmill — 8 operation(s) for workspace_integration.

Windmill workspace_integration API is one of 59 APIs that Windmill publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include workspace_integration. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and authentication docs.

This API exposes 8 operations across 8 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 1.694.0.

Requests are made against a single base URL, /api.

8 operations 8 paths 4 schemas 1 DELETE3 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.694.0
Base URL
https://app.windmill.dev/api
Authentication
HTTP Bearer, API Key
License
Resource Areas
1

Authentication & Security 2

Windmill workspace_integration API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). An API key is passed in the cookie as token (cookieAuth). By default, every request must be authenticated.

Paths & Operations 8

Across 8 paths, the API surfaces 8 operations — 1 DELETE, 3 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

workspace_integration 8
GET
/w/{workspace}/native_triggers/integrations/list
List Available Native Trigger Services
listNativeTriggerServices 1 param → 200
GET
/w/{workspace}/native_triggers/integrations/{service_name}/exists
Check if Integrations for a Particular Service Exists
checkIfNativeTriggersServiceExists 2 params → 200
POST
/w/{workspace}/native_triggers/integrations/{service_name}/create
Create Native Trigger Service
createNativeTriggerService 2 params body → 201
POST
/w/{workspace}/native_triggers/integrations/{service_name}/generate_connect_url
Generate Connect Url for Native Trigger Service
generateNativeTriggerServiceConnectUrl 2 params body → 200
GET
/w/{workspace}/native_triggers/integrations/{service_name}/instance_sharing_available
Check if Instance-level Credential Sharing is Available for a Service
checkInstanceSharingAvailable 2 params → 200
POST
/w/{workspace}/native_triggers/integrations/{service_name}/generate_instance_connect_url
Generate Connect Url Using Instance-level Credentials
generateInstanceConnectUrl 2 params body → 200
DELETE
/w/{workspace}/native_triggers/integrations/{service_name}/delete
Delete Native Trigger Service
deleteNativeTriggerService 2 params → 200
POST
/w/{workspace}/native_triggers/integrations/{service_name}/callback
Native Trigger Service Oauth Callback
nativeTriggerServiceCallback 2 params body → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are WorkspaceOAuthConfig (4 properties), WorkspaceIntegrations (3 properties), RedirectUri (1 property). Each schema is shown below with its type and property counts.

WorkspaceIntegrations
object
3 properties 1 required
WorkspaceOAuthConfig
object
4 properties 4 required
RedirectUri
object
1 property 1 required
NativeServiceName
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

windmill-workspace-integration-api-openapi.yml Raw ↑

Other APIs Windmill publishes across the network.

Windmill admin API
Windmill agent_workers API
Windmill app API
Windmill asset API
Windmill audit API
Windmill azure_trigger API
Windmill capture API
Windmill concurrencyGroups API
Windmill config API
Windmill documentation API
Windmill draft API
Windmill email_trigger API