Connect Fibery to OpenClaw on Operator.io
Fibery is a collaborative work management platform for organizing projects, documents, and knowledge. It helps teams streamline workflows and centralize information in one space.
Automate Fibery with AI
Operator runs your personal agent on OpenClaw, the open source agent framework, and points it straight at Fibery. You message the agent on Telegram or Discord, tell it what you need in plain language, and it operates Fibery on its own, running actions like delete custom app endpoint, delete entity, delete file.
Your agent reaches Fibery directly or through connectors like Composio MCP and Pipedream MCP, which handle the sign in and token refresh for you, so there is nothing to wire up and no API keys to paste.
What your agent can do with Fibery
Your agent can call any of these Fibery actions by name as part of a larger task. Ask for the outcome you want and it picks the right ones.
Delete Custom App Endpoint
Tool to delete a specific custom app endpoint. Use after confirming the app and endpoint IDs to remove.
Delete Entity
Permanently delete a Fibery entity by its UUID and type. Use this action when you need to remove an entity from the workspace. Requires both the entity's UUID and its full qualified type name. WARNING: Deletion is irreversible. Example:...
Delete File
Delete a file from Fibery storage using its secret identifier. Use this action to permanently remove an uploaded file. You must provide the file's secret (fibery/secret), not its ID (fibery/id). The secret is returned when you upload a f...
Execute GraphQL Query
Execute GraphQL queries or mutations against a Fibery workspace. Fibery organizes data into Spaces, each with its own GraphQL schema containing entity types and operations. This action automatically tries common space names if no space i...
Get App Information
Tool to retrieve application information. Use when you need the version, name, description, authentication methods, and available data sources before further operations.
Get Custom App Endpoints
Tool to list custom app endpoints. Use when you need the available custom endpoints for a given app before invoking them.
Get Custom Apps
Tool to list all custom apps in the Fibery workspace. Use when you need the identifiers of all custom apps.
Get File
Download a file from Fibery by its secret or ID. Use this tool to retrieve file content from Fibery storage. The file secret is a UUID that uniquely identifies a file and is the preferred identifier. You can obtain the file secret: - Fro...
Get GraphQL Schema
Retrieves the GraphQL schema for the Fibery workspace using standard GraphQL introspection. Returns the schema as a JSON string that includes all types, queries, mutations, and their fields. Use this to discover available GraphQL operati...
Get User Preferences
Tool to retrieve the current user's UI preferences. Use after authentication to tailor UI to user settings.
Refresh access token
Tool to validate and refresh an access token. For Fibery's standard API, this validates the current token is still working (Fibery tokens don't expire). For OAuth2 integrations with third-party services, this could be used to refresh tok...
Validate Fibery authentication and get access token
Validates Fibery API authentication and returns the active access token. This action validates that your API token is working correctly by attempting to query the Fibery API. For standard Fibery workspaces, it validates the pre-configure...
Create Entity
Tool 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.
Count Entities by Type
Count the total number of entities for a given Fibery type (database). This tool queries the Fibery workspace to return how many entities exist for the specified type. Use it to get totals like "how many users", "how many features", etc....
Fetch Datalist Options
Fetches one page of distinct values for a specific field from a Fibery entity type. Returns a list of unique options that can be used for filtering, dropdowns, or autocomplete. ONE Fibery API call is made per invocation; pagination is ca...
Fetch Schema
Fetch the complete schema metadata for a Fibery workspace. Returns all types (entities) and their fields, including system types (fibery/user, fibery/app) and user-defined types (MySpace/Task, etc.). Use this to discover available types...
Exchange OAuth2 authorization code
Exchange an OAuth2 authorization code for access and refresh tokens. This action is used during the final step of the OAuth2 authorization code flow when building Fibery custom integration apps. After a user authorizes your app on a thir...
Delete/Revoke Access Token
Delete/revoke an existing Fibery API access token by its ID. Uses the DELETE /api/tokens/:token_id endpoint to permanently remove an API token. Important: This endpoint typically requires cookie-based authentication (browser session). Wh...
Validate Fibery Workspace Credentials
Validates Fibery workspace credentials by performing a test API query to retrieve the authenticated user's name. This action verifies that the provided credentials (or existing metadata credentials) are valid and have access to the works...
Validate Filter
Validates filter definitions before executing data queries. Use this tool to verify that a filter's structure and syntax are correct without actually fetching data. For Fibery workspaces: Validates by executing a safe test query with lim...
Update Entity
Update an existing Fibery entity's fields. Use this to modify text fields, numbers, single-select states, workflow states, or relation fields on an entity. Prerequisites: - You need the entity's UUID (fibery/id) - obtain via Get Entities...
Update User Preferences
Tool 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.
Upload File
Upload a file to Fibery's file storage. Use this action to upload files that can later be attached to entities or used in documents. Returns file metadata including the file ID and secret needed for subsequent operations.
How to connect Fibery
You authorize Fibery once from your dashboard. Operator holds the connection and refreshes the access tokens on its own, so your agent keeps working with Fibery without you signing in again. The same setup unlocks every other app your agent can reach, so you only do it once.
When you are ready, the get started guide walks through standing up your OpenClaw agent.
Common questions about Fibery
- How do I connect Fibery to Operator?
- You authorize Fibery once from your Operator dashboard. Operator holds the connection and refreshes the access token for you, so your agent keeps working with Fibery without you signing in again.
- Can my agent manage tasks and projects in Fibery?
- Yes. It can create and update items, move them between stages, add notes, and read the current state back to you. Use it to file new work as it arrives, check status without opening the app, or keep Fibery aligned with what is happening elsewhere.
- Do I need to write code or manage Fibery API keys?
- No code and no API keys. You authorize Fibery through a normal sign in and Operator handles the connection, so there is nothing to wire up or host.
- Can my agent use Fibery together with my other apps?
- Yes. The same agent reaches every app you connect, so it can move between Fibery and tools like Google Sheets, Notion, Linear in one job, reading from one and acting in another without you wiring anything between them.
More apps to automate
Apps your agent runs alongside Fibery, or browse all integrations.
Put your agent on Fibery
Sign in, connect Fibery, and hand your agent the work. Your first week is free.
Try for free