# Fibery API ## Docs - [Field types](https://developers.fibery.com/api-reference/field-types.md): Browse primitive Field types supported by Fibery. - [MCP tool reference (full)](https://developers.fibery.com/api-reference/mcp-tool-reference.md): Deep reference for every Fibery MCP Server tool: parameters, value formats, examples. - [Response envelope](https://developers.fibery.com/api-reference/response-envelope.md): Understand the response shape returned by the Fibery HTTP API. - [Terminology](https://developers.fibery.com/guides/general/terminology.md): Core Fibery concepts and the UI/API naming differences. - [Authentication](https://developers.fibery.com/guides/getting-started/authentication.md): Authenticate HTTP API requests using token-based authorization or OAuth. - [FAQ](https://developers.fibery.com/guides/graphql/faq.md): Frequently asked questions about the Fibery GraphQL API. - [GraphQL mutations](https://developers.fibery.com/guides/graphql/mutations.md): Learn how to create and update Entities using the Fibery GraphQL API. - [Overview](https://developers.fibery.com/guides/graphql/overview.md): Get started with the Fibery GraphQL API. - [GraphQL queries](https://developers.fibery.com/guides/graphql/queries.md): Learn how to query data using the Fibery GraphQL API. - [Using the IDE](https://developers.fibery.com/guides/graphql/using-the-ide.md): Explore the Fibery GraphQL schema in the built-in IDE. - [Collections](https://developers.fibery.com/guides/http-api/collections.md): Learn how to manage collection, single-select, and multi-select Fields using the Fibery API. - [Create and update entities](https://developers.fibery.com/guides/http-api/create-update-entities.md): Learn how to create, update, and delete Entities using the Fibery API. - [Databases](https://developers.fibery.com/guides/http-api/databases.md): Learn how to create and manage Databases using the Fibery API. - [FAQ](https://developers.fibery.com/guides/http-api/faq.md): Frequently asked questions about the Fibery HTTP API. - [Fields](https://developers.fibery.com/guides/http-api/fields.md): Learn how to create and manage Fields using the Fibery API. - [Files](https://developers.fibery.com/guides/http-api/files.md): Learn how to upload and manage files using the Fibery API. - [History](https://developers.fibery.com/guides/http-api/history.md): Learn how to read Entity change history using the Fibery API. - [Overview](https://developers.fibery.com/guides/http-api/overview.md): Get started with the Fibery HTTP API. - [Pagination](https://developers.fibery.com/guides/http-api/pagination.md): Learn how to paginate through large entity result sets. - [Query entities](https://developers.fibery.com/guides/http-api/query-entities.md): Learn how to read Entities with select, filter, and order using the Fibery API. - [Rich text and comments](https://developers.fibery.com/guides/http-api/rich-text-and-comments.md): Learn how to read and write rich-text Fields and comments using the Fibery API. - [Schema](https://developers.fibery.com/guides/http-api/schema.md): Learn how to read the workspace schema using the Fibery API. - [Upsert entities](https://developers.fibery.com/guides/http-api/upsert-entities.md): Learn how to upsert Entities in batches using the Fibery API. - [Views](https://developers.fibery.com/guides/http-api/views.md): Learn how to create and manage Views using the Fibery API. - [Webhooks](https://developers.fibery.com/guides/http-api/webhooks.md): Use webhooks to update other tools based on changes in Fibery. - [App configuration](https://developers.fibery.com/guides/integrations/app-configuration.md): Define the configuration schema for a custom integration app. - [Best practices](https://developers.fibery.com/guides/integrations/best-practices.md): Best practices for building custom integration apps. - [Date range grammar](https://developers.fibery.com/guides/integrations/date-range-grammar.md): Date and date-range grammar for integration filters. - [External actions API](https://developers.fibery.com/guides/integrations/external-actions-api.md): Run actions in external systems from Fibery automations. - [FAQ](https://developers.fibery.com/guides/integrations/faq.md): Frequently asked questions about custom integration apps. - [Fields](https://developers.fibery.com/guides/integrations/fields.md): Declare Field types in a custom integration schema. - [Integration Filters](https://developers.fibery.com/guides/integrations/filters.md): Declare filters in a custom integration schema. - [OAuth](https://developers.fibery.com/guides/integrations/oauth.md): Implement OAuth authentication for a custom integration app. - [Overview](https://developers.fibery.com/guides/integrations/overview.md): Build custom integration apps that sync data into Fibery. - [REST endpoints](https://developers.fibery.com/guides/integrations/rest-endpoints.md): HTTP endpoints a custom integration app must implement. - [Integration Schema types](https://developers.fibery.com/guides/integrations/schema-types.md): Learn how to map integration field types to Fibery Field types. - [Test and debug](https://developers.fibery.com/guides/integrations/test-and-debug.md): Test and debug a custom integration app locally. - [Tutorial: Holidays app](https://developers.fibery.com/guides/integrations/tutorial-holidays-app.md): Learn how to build a custom integration app step by step. - [Tutorial: Notion sync](https://developers.fibery.com/guides/integrations/tutorial-notion-sync.md): Build a Notion sync integration with OAuth and dynamic schema. - [Tutorial: Simple app](https://developers.fibery.com/guides/integrations/tutorial-simple-app.md): Build a minimal custom integration app from scratch. - [Webhooks](https://developers.fibery.com/guides/integrations/webhooks.md): Receive real-time updates from external systems via webhooks. - [Connecting to Fibery MCP](https://developers.fibery.com/guides/mcp/connecting.md): Connect the Fibery MCP Server to Claude, ChatGPT, and other AI clients. - [Overview](https://developers.fibery.com/guides/mcp/overview.md): Connect AI assistants to your Fibery workspace via the Model Context Protocol. - [MCP server tools](https://developers.fibery.com/guides/mcp/server-tools.md): Overview of Fibery MCP Server tools. - [Start building with the Fibery API](https://developers.fibery.com/index.md): Integrate Fibery with your external systems and automate routine tasks. ## OpenAPI Specs - [openapi](https://developers.fibery.com/api-reference/openapi.json)