--- title: 'Sketch' description: '' --- # Sketch undefined | Detail | Value | |---|---| | Category | Design | | Base URL | `https://api.sketch.cloud/v1` | | Authentication | OAuth2 | | Endpoints | 6 | | Connector key | `sketch` | ## Using Sketch in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Sketch** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_list_projects_0) | List Projects | | [GET ](./get_list_documents_1) | List Documents | | [GET ](./get_list_artboards_2) | List Artboards | | [GET ](./get_list_versions_3) | List Versions | | [GET ](./get_list_libraries_4) | List Libraries | | [GET ](./get_get_workspace_5) | Get Workspace | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.