Webflow
Webflow is a visual website builder and content management platform for designing, publishing, and hosting websites without traditional coding.
- Base URL:
https://api.lucidtech.ai/v1 - Auth: OAuth 2.0 client-credentials — the tool fetches a token from
https://auth.lucidtech.ai/oauth2/tokenusing yourclientId/clientSecret, then calls the API.
Operations
get_appclients— GET /appClientsget_assets— GET /assetsget_assets_assetid— GET /assets/{assetId}get_datasets— GET /datasetsget_datasets_datasetid— GET /datasets/{datasetId}get_deploymentenvironments— GET /deploymentEnvironments
Inputs
clientId/clientSecret— your webflow OAuth app credentialsscope— OAuth scopes (optional; defaults from the spec)operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_appclients
clientId: <your client id>
clientSecret: <your client secret>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
clientId |
string | yes | — | OAuth client ID for webflow. |
clientSecret |
string | yes | — | OAuth client secret for webflow. |
operation |
string | yes | — | One of: get_appclients, get_assets, get_assets_assetid, get_datasets, get_datasets_datasetid, get_deploymentenvironments |
scope |
string | no | api.lucidtech.ai/appclients:read api.lucidtech.ai/appclients:write api.lucidtech.ai/assets:read api.lucidtech.ai/assets:write api.lucidtech.ai/databundles:read api.lucidtech.ai/databundles:write api.lucidtech.ai/datasets:read api.lucidtech.ai/datasets:write api.lucidtech.ai/deploymentenvironments:read api.lucidtech.ai/documents:read api.lucidtech.ai/documents:write api.lucidtech.ai/logs:read api.lucidtech.ai/models:read api.lucidtech.ai/models:write api.lucidtech.ai/organizations:read api.lucidtech.ai/organizations:write api.lucidtech.ai/paymentmethods:read api.lucidtech.ai/paymentmethods:write api.lucidtech.ai/plans:read api.lucidtech.ai/predictions:read api.lucidtech.ai/predictions:write api.lucidtech.ai/profiles:read api.lucidtech.ai/profiles:write api.lucidtech.ai/secrets:read api.lucidtech.ai/secrets:write api.lucidtech.ai/trainings:read api.lucidtech.ai/trainings:write api.lucidtech.ai/transitions.executions.heartbeats:write api.lucidtech.ai/transitions.executions:read api.lucidtech.ai/transitions.executions:write api.lucidtech.ai/transitions:read api.lucidtech.ai/transitions:write api.lucidtech.ai/users:read api.lucidtech.ai/users:write api.lucidtech.ai/workflows.executions:read api.lucidtech.ai/workflows.executions:write api.lucidtech.ai/workflows:read api.lucidtech.ai/workflows:write |
OAuth scopes (space-separated); default from the spec. |
assetId |
string | no | — | Path parameter assetId (required by some operations). |
datasetId |
string | no | — | Path parameter datasetId (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |