What problem does it solve? Integrating external HTTP/REST APIs into a Thinkwise Software Factory model is error-prone when done with one-off http_connector process actions that re-enter URLs, headers, and credentials on every call. This Skill guides the creation of reusable, modeled Web Connections with proper authentication, endpoint definitions, response parsing, and process flow wiring. ## Core Features & Use Cases - Web Connection Modeling: Build the full connection object graph (base URL, authentication type, endpoints, parameters, headers, form fields, output parameters) through the sf/manage_webconnections domain. - Authentication & OAuth Setup: Configure basic, bearer token, API key, managed identity, or OAuth authentication, including encrypted credential storage and per-environment overrides. - Response Parsing: Define output parameters using JSONPath, XPath, or regex so API responses are parsed in the model rather than downstream. - Use Case: You need your Thinkwise application to call the HubSpot API. Use this Skill to create a web connection with the correct base URL and auth, model a get_contacts endpoint with a JSONPath output parameter, and wire it into a process flow with input/output bindings. ## Quick Start Ask the AI to create a Thinkwise web connection for a specific external REST API, including its authentication method, endpoints, and response parsing, and wire it into a process flow.