> ## Documentation Index
> Fetch the complete documentation index at: https://developer.folk.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

### API updates, fixes and improvements

<Update label="July 1, 2026">
  ## Folk remote MCP server in open beta

  The folk remote MCP server is now available in open beta. You can connect and test it today — it exposes all the operations already available in the [REST API](/api-reference/overview), so you can manage your workspace from AI assistants with the same capabilities as the API.

  * [Overview](/mcp/overview)
  * [Connect to folk MCP](/mcp/connect)
  * [Supported tools](/mcp/tools)
</Update>

<Update label="June 30, 2026">
  ## Fix clearing `birthday` field

  * Clearing the 'birthday' field of a person is now possible by passing null or an empty string.
</Update>

<Update label="June 29, 2026">
  ## Notes search and date filters

  * Add `query` parameter to [List notes](/api-reference/notes/list-notes) to search notes by full-text content.
  * Add `createdAfter` and `createdBefore` parameters to [List notes](/api-reference/notes/list-notes) to filter notes by creation date.
</Update>

<Update label="March 4, 2026">
  ## `magicField` custom field type deprecated

  * The `magicField` custom field type has been deprecated and existing fields have been migrated to `textField` with AI settings.
</Update>

<Update label="October 24, 2025">
  ## Add new `all` filter to people, companies and deals

  * Add `all` filter on multi reference fields to get entities matching all listed references.
</Update>

<Update label="October 13, 2025">
  ## Add new fields to companies

  * Add `fundingRaised`, `lastFundingDate`, `industry`, `foundationYear` and `employeeRange`, with filtering capabilities.
</Update>

<Update label="October 10, 2025">
  ## Webhooks endpoints

  Add support for webhooks in the API, allowing you to retrieve, create, update, and delete webhooks within your workspace.

  * [List webhooks](/api-reference/webhooks/list-webhooks)
  * [Get a webhook](/api-reference/webhooks/get-a-webhook)
  * [Create a webhook](/api-reference/webhooks/create-a-webhook)
  * [Update a webhook](/api-reference/webhooks/update-a-webhook)
  * [Delete a webhook](/api-reference/webhooks/delete-a-webhook)
</Update>

<Update label="October 8, 2025">
  ## Notes endpoint

  * Add support for notes created by assistants
  * Fix issue with notes created by users that are no longer part of the workspace
</Update>

<Update label="August 28, 2025">
  ## Add createdAt and createdBy fields to people, companies, deals, notes and reminders

  * Add `createdAt` and `createdBy` fields to people, companies and deals, with filtering capabilities.
  * Add `createdAt` field to notes.
  * Add `createdAt` and `createdBy` fields to reminders.
</Update>

<Update label="July 29, 2025">
  ## Interaction endpoint

  Add endpoint to create interactions on people and companies.

  * [Create an interaction](/api-reference/interactions/create-an-interaction)
</Update>

<Update label="July 28, 2025">
  ## Notes endpoints

  Add support for notes in the API, allowing you to retrieve, create, update, and delete notes within your workspace.

  * [List notes](/api-reference/notes/list-notes)
  * [Get a note](/api-reference/notes/get-a-note)
  * [Create a note](/api-reference/notes/create-a-note)
  * [Update a note](/api-reference/notes/update-a-note)
  * [Delete a note](/api-reference/notes/delete-a-note)
</Update>

<Update label="July 21, 2025">
  ## Reminders endpoints

  Add support for reminders in the API, allowing you to retrieve, create, update, and delete reminders within your workspace.

  * [List reminders](/api-reference/reminders/list-reminders)
  * [Get a reminder](/api-reference/reminders/get-a-reminder)
  * [Create a reminder](/api-reference/reminders/create-a-reminder)
  * [Update a reminder](/api-reference/reminders/update-a-reminder)
  * [Delete a reminder](/api-reference/reminders/delete-a-reminder)
</Update>

<Update label="July 17, 2025">
  ## Deal management endpoints

  Add support for [deals](https://help.folk.app/en/articles/9552366-track-deals) in the API, allowing you to create, update, retrieve, and delete deals within your workspace.

  * [List deals](/api-reference/deals/list-deals)
  * [Get a deal](/api-reference/deals/get-a-deal)
  * [Create a deal](/api-reference/deals/create-a-deal)
  * [Update a deal](/api-reference/deals/update-a-deal)
  * [Delete a deal](/api-reference/deals/delete-a-deal)
</Update>

<Update label="July 10, 2025">
  ## Deal field support in contact custom fields

  Add support for deals in contact custom field values. You can now retrieve, updated deals, and filter contacts by the deal custom fields.

  * Update the [List group custom fields](/api-reference/groups/list-group-custom-fields) endpoint to allow deal custom fields to be listed.
  * Return deal custom field values when returning a [person](/api-reference/people/get-a-person) or a [company](/api-reference/companies/get-a-company).
  * Allow deal custom field values to be created and updated when [creating a person](/api-reference/people/create-a-person), [updating a person](/api-reference/people/update-a-person), [creating a company](/api-reference/companies/create-a-company), or [updating a company](/api-reference/companies/update-a-company).
  * Update the [List people](/api-reference/people/list-people) and [List companies](/api-reference/companies/list-companies) endpoints to allow filtering by deal custom fields.
</Update>

<Update label="July 3, 2025">
  ## Delete people and companies

  Introduced new endpoints that allow you to delete people and companies from your workspace.

  * [Delete a person](/api-reference/people/delete-a-person)
  * [Delete a company](/api-reference/companies/delete-a-company)
</Update>

<Update label="June 26, 2025">
  ## Listing and filtering of people and companies

  Introduced new endpoints that allow you to list all people and companies in your workspace, with filtering capabilities.

  * [List people](/api-reference/people/list-people)
  * [List companies](/api-reference/companies/list-companies)
</Update>

<Update label="June 19, 2025">
  ## Added companies endpoints

  Introduced the following company endpoints:

  * [Create a company](/api-reference/companies/create-a-company)
  * [Update a company](/api-reference/companies/update-a-company)
  * [Get a company](/api-reference/companies/get-a-company)
</Update>

<Update label="June 11, 2025">
  ## Initial release of the API.

  The public API is available at `https://api.folk.app` with the following endpoints:

  * [Create a person](/api-reference/people/create-a-person)
  * [Update a person](/api-reference/people/update-a-person)
  * [Get a person](/api-reference/people/get-a-person)
  * [List groups](/api-reference/groups/list-groups)
  * [List group custom fields](/api-reference/groups/list-group-custom-fields)
  * [List users](/api-reference/users/list-users)
  * [Get the current workspace user](/api-reference/users/get-the-current-workspace-user)
</Update>
