--- title: 'Framer' description: '' --- # Framer undefined | Detail | Value | |---|---| | Category | Design | | Base URL | `https://api.framer.com/v1` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `framer` | ## Using Framer in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Framer** 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_sites_0) | List Sites | | [GET ](./get_list_pages_1) | List Pages | | [GET ](./get_list_collections_2) | List Collections | | [GET ](./get_create_collection_item_3) | Create Collection Item | | [GET ](./get_update_collection_item_4) | Update Collection Item | | [GET ](./get_publish_site_5) | Publish Site | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.