← Tools Reference

Felt

Felt integration (Developer Tools, Productivity). Imported from open-connector.

API key12 toolshttps://felt.com/api/v2
GET
felt_get_current_user
Get the Felt user profile for the authenticated API token.

/user

GET
felt_list_projects
List Felt projects accessible to the authenticated user.

/projects

1 parameter
ParamTypeRequiredDescription
workspace_idstringoptionalThe Felt workspace ID.
POST
felt_create_project
Create a Felt project in the authenticated workspace.

/projects

3 parameters
ParamTypeRequiredDescription
namestringrequiredThe name to use for the Felt project.
visibilitystringrequiredThe Felt project visibility setting.
max_inherited_permissionstringoptionalThe maximum permission level workspace members inherit on team-visible projects.
GET
felt_get_project
Get one Felt project by ID.

/projects/{project_id}

1 parameter
ParamTypeRequiredDescription
project_idstringrequiredThe Felt resource ID.
POST
felt_update_project
Update Felt project properties.

/projects/{project_id}/update

4 parameters
ParamTypeRequiredDescription
project_idstringrequiredThe Felt resource ID.
namestringoptionalThe updated Felt project name.
visibilitystringoptionalThe Felt project visibility setting.
max_inherited_permissionstringoptionalThe maximum permission level workspace members inherit on team-visible projects.
DELETE
felt_delete_project
Delete one Felt project by ID.

/projects/{project_id}

1 parameter
ParamTypeRequiredDescription
project_idstringrequiredThe Felt resource ID.
POST
felt_create_map
Create a Felt map with optional initial metadata.

/maps

9 parameters
ParamTypeRequiredDescription
titlestringoptionalThe Felt map title.
descriptionstringoptionalThe Felt map description.
public_accessstringoptionalThe Felt map public access setting.
basemapstringoptionalThe Felt basemap identifier.
latnumberoptionalThe initial map center latitude.
lonnumberoptionalThe initial map center longitude.
zoomnumberoptionalThe initial map zoom level.
workspace_idstringoptionalThe Felt workspace ID.
layer_urlsarrayoptionalLayer URLs Felt should import into the new map.
GET
felt_get_map
Get one Felt map by ID.

/maps/{map_id}

1 parameter
ParamTypeRequiredDescription
map_idstringrequiredThe Felt resource ID.
POST
felt_update_map
Update Felt map metadata and sharing settings.

/maps/{map_id}/update

7 parameters
ParamTypeRequiredDescription
map_idstringrequiredThe Felt resource ID.
titlestringoptionalThe updated Felt map title.
descriptionstringoptionalThe updated Felt map description.
public_accessstringoptionalThe Felt map public access setting.
basemapstringoptionalThe updated Felt basemap identifier.
table_settingsobjectoptionalMap table settings accepted by the Felt API.
viewer_permissionsobjectoptionalViewer permissions accepted by the Felt API.
POST
felt_duplicate_map
Duplicate a Felt map, optionally into another project or folder.

/maps/{map_id}/duplicate

3 parameters
ParamTypeRequiredDescription
map_idstringrequiredThe Felt resource ID.
titlestringoptionalThe title for the duplicated map.
destinationobjectoptionalThe destination project or folder for a Felt map.
POST
felt_move_map
Move a Felt map to another project or folder in the same workspace.

/maps/{map_id}/move

1 parameter
ParamTypeRequiredDescription
map_idstringrequiredPath parameter: map_id
DELETE
felt_delete_map
Delete one Felt map by ID.

/maps/{map_id}

1 parameter
ParamTypeRequiredDescription
map_idstringrequiredThe Felt resource ID.