Skip to main content
Fibery logo

Fibery

Fibery is a work management platform designed to help teams collaborate, organize information, and manage their workflows.

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Fibery authenticates with an API key. Generate the credential in your Fibery account, then paste it into FlyMyAI the first time an agent uses a Fibery action.

Get your Fibery credential →

Fields to fill in FlyMyAI

FieldDetails
Workspace SubdomainThe subdomain of your Fibery workspace, used to construct the API base URL. (required)
Fibery API KeyThe API key used for authenticating requests to the Fibery API. (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
FIBERY_DELETE_CUSTOM_APP_ENDPOINTTool to delete a specific custom app endpoint. Use after confirming the app and endpoint IDs to remove.app_id, endpoint_id
FIBERY_DELETE_ENTITYTool to delete a specific Fibery entity by its ID. Use when you have verified the entity exists and have its GUID. Deletion is irreversible.entity_id
FIBERY_DELETE_FILETool to delete a specific file. Use when you need to remove a file from Fibery by its ID.file_id
FIBERY_EXECUTE_GRAPH_QL_QUERYTool to execute GraphQL queries or mutations against a Fibery space. Use when you need to fetch or modify Fibery data via the GraphQL API.query
FIBERY_FIBERY_AUTHENTICATETool to validate existing Fibery personal API token by performing a real API call. If the call succeeds, returns the token value extracted from the Authorization header. Use the returned token in the 'Authorization: Token <value>' header for further calls.-
FIBERY_GET_APP_INFOTool to retrieve application information. Use when you need the version, name, description, authentication methods, and available data sources before further operations.-
FIBERY_GET_CUSTOM_APPSTool to list all custom apps in the Fibery workspace. Use when you need the identifiers of all custom apps.-
FIBERY_GET_CUSTOM_APP_ENDPOINTSTool to list custom app endpoints. Use when you need the available custom endpoints for a given app before invoking them.app_id
FIBERY_GET_ENTITIESTool to query Fibery entities. Use after specifying type and fields; supports optional filters and pagination.from, select
FIBERY_GET_ENTITYTool to retrieve detailed info of a specific Fibery entity by its ID. Uses Fibery Commands API (fibery.entity/query) filtered by fibery/id with q/limit = 1.entity_id
FIBERY_GET_FILETool to retrieve a file by its secret or id. Prefer the file secret to download raw bytes. Returns the file content, MIME type, and original filename if available.-
FIBERY_GET_GRAPH_QL_SCHEMATool to retrieve the GraphQL schema for the current workspace. Uses standard GraphQL introspection.-
FIBERY_GET_USER_PREFERENCESTool to retrieve the current user's UI preferences. Use after authentication to tailor UI to user settings.-
FIBERY_POST_AUTH_REFRESH_TOKENTool to refresh an access token using a refresh token. Use when the current access token has expired and a valid refresh token is available.refresh_token
FIBERY_POST_AUTH_TOKENTool to authenticate with Fibery using resource owner password credentials. Use when you need an access token by providing username and password. Include the returned token in the 'Authorization: Token <access_token>' header for subsequent API calls.username, password
FIBERY_POST_CREATE_ENTITYTool to create a new Fibery entity. Use when you have prepared all necessary field values and need to persist a new record. Example: Create a 'Project/Task' with title and assignee.type, entity
FIBERY_POST_FETCH_DATATool to fetch data from a specified source. Use after specifying the source and optional filters.source, account
FIBERY_POST_FETCH_DATA_COUNTTool to return the count of records for a given Fibery type (source). Uses Fibery commands API and returns the total number of entities of the type.source, account, filter
FIBERY_POST_FETCH_DATA_LISTTool to fetch options for a datalist filter field. Use after retrieving field metadata to build dynamic filters.source, field
FIBERY_POST_FETCH_SCHEMATool to fetch predefined data schema. Use after authenticating when mapping and integrating Fibery data.account, filter
FIBERY_POST_OAUTH2_ACCESS_TOKENTool to finalize OAuth2 authentication for Fibery custom apps. Use when exchanging an authorization code for access and refresh tokens after user authorization. Notes: - In Fibery custom app flows, the access_token endpoint is typically implemented by the app…code, redirect_uri
FIBERY_POST_REVOKE_TOKENTool to revoke an existing Fibery API access token. Use when invalidating a user session or logging out.token
FIBERY_POST_VALIDATE_ACCOUNTTool to validate account credentials. Use when confirming provided credentials (and optionally refreshing OAuth2 tokens) before further API calls.id, fields
FIBERY_POST_VALIDATE_FILTERTool to validate filter definitions. Use when ensuring filter structure and syntax are correct before running a data query.source, filter, account
FIBERY_UPDATE_ENTITYTool to update an existing Fibery entity. Uses Commands API: fibery.entity/update.type, entity_id, fields
FIBERY_UPDATE_USER_PREFERENCESTool to update the current user's preferences by using the Commands API. It fetches the current user id and preferences, merges the provided payload, and writes back the merged object into 'fibery/ui-preferences' of the current fibery/user.-
FIBERY_UPLOAD_FILETool to upload a file to Fibery. Use when you need to attach a local file via the Fibery Files API.file_path
We love our partners - FlyMy.AI builds with the best. Thanks, Fibery!