# Felt AI integration on Definable

> Felt is a modern GIS platform that allows users to create, modify, and share interactive maps, integrating powerful mapping capabilities into various workflows and applications.

## What this connects

Felt is a modern GIS platform that allows users to create, modify, and share interactive maps, integrating powerful mapping capabilities into various workflows and applications.

Vendor: https://felt.com/

## Tools available

**15** tools available. First 12:

- `FELT_CREATE_OR_UPDATE_ELEMENTS` — Create or Update Elements — Create or update map elements using GeoJSON FeatureCollection format. Creates new elements by default; to update existing elements, include 'felt:id' in the feature's properties. Supports Point, LineString, Polygon, and Multi-type geometries. Returns the created/updated elements with assigned IDs and Felt-specific properties.
- `FELT_CREATE_PROJECT` — Create Project — Create a new Felt project with the specified name and visibility settings. Projects are organizational containers for grouping related maps within a workspace.
- `FELT_DELETE_ELEMENT` — Delete Element — Tool to delete a specific element from a map. Use when you have both map and element IDs and need to remove the element permanently.
- `FELT_DELETE_LAYER` — Delete Layer — Tool to delete a specific layer from a map. Use when you have the map's and layer's IDs and need to remove it permanently.
- `FELT_DELETE_MAP` — Delete Map — Permanently deletes a map and all its associated data from Felt. WARNING: This action cannot be undone. The map and all its layers, elements, and comments will be permanently removed. Use when you have the map's ID and need to permanently remove it. Returns no content (HTTP 204) on success.
- `FELT_DELETE_PROJECT` — Delete Project — Tool to delete a project and all its contents. Use when you need to permanently remove a project after confirmation.
- `FELT_DUPLICATE_MAP` — Duplicate Map — Creates a complete copy of a Felt map including all layers, elements, and configuration. Use when you need to clone an existing map to a new location or create a template-based map. The duplicated map can optionally be placed in a specific project or folder.
- `FELT_GET_MAP_DETAILS` — Get Map Details — Retrieves comprehensive details of a specific Felt map including title, URL, layers, elements, basemap settings, access permissions, and timestamps. Requires a valid map ID. Use this when you need to: - Get complete map configuration and metadata - Access map layers and elements - Check map permissions and access settings - Retrieve map URLs for sharing
- `FELT_GET_USER_DETAILS` — Get User Details — Tool to retrieve information about the authenticated user. Use after obtaining a valid token to fetch user profile details.
- `FELT_LIST_ELEMENT_GROUPS` — List Element Groups — Retrieves all element groups from a Felt map. Element groups are collections of geographic features (points, lines, polygons) organized together. Each group returns a GeoJSON FeatureCollection with the group's elements, along with styling properties like color and symbol. Use this when you need to discover what element groups exist on a map or access grouped geographic data.
- `FELT_LIST_ELEMENTS` — List Elements — Lists all elements on a specific map as a GeoJSON FeatureCollection. Returns elements that are not in element groups. Use when you need to retrieve the map's direct elements after obtaining a valid map_id.
- `FELT_LIST_LAYERS` — List Layers — Tool to list all layers on a specific map. Returns all layers present on the map with their complete metadata including status, geometry type, styling, and attributes. Use this when you need to inspect or enumerate the data layers on a map.

## Auth

Auth schemes: `API_KEY`.

## How agents use Felt

Inside a Definable workflow, Felt is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Felt** — the Researcher (GPT-5.5) pulls context from Felt (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Felt** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Felt (create record, post message, draft email).
- **Designer / Engineer → Distributor → Felt** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Felt (attach file, open PR comment, post status).

The Verifier checks every Felt call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/felt/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
