Productivity23 toolsPaste one API key
Fibery integration for AI agents
Fibery is a work management platform designed to help teams collaborate, organize information, and manage their workflows.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Fibery once and call the same tools from all of them.
Setup
Connect Fibery through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Fibery exposes 23 tools through ClawLink. The 20 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
fibery_get_app_info | Retrieve application information | Read |
fibery_get_custom_app_endpoints | List custom app endpoints | Read |
fibery_get_custom_apps | List all custom apps in the Fibery workspace | Read |
fibery_get_file | Download a file from Fibery by its secret or ID | Read |
fibery_get_graph_ql_schema | Retrieves the GraphQL schema for the Fibery workspace using standard GraphQL introspection | Read |
fibery_get_user_preferences | Retrieve the current user's UI preferences | Read |
fibery_post_auth_refresh_token | Validate and refresh an access token | Write |
fibery_post_auth_token | Validates Fibery API authentication and returns the active access token | Write |
fibery_post_fetch_data_count | Count the total number of entities for a given Fibery type (database) | Write |
fibery_post_fetch_data_list | Fetches one page of distinct values for a specific field from a Fibery entity type | Write |
fibery_post_fetch_schema | Fetch the complete schema metadata for a Fibery workspace | Write |
fibery_post_validate_account | Validates Fibery workspace credentials by performing a test API query to retrieve the | Write |
fibery_post_validate_filter | Validates filter definitions before executing data queries | Write |
fibery_execute_graph_ql_query | Execute GraphQL queries or mutations against a Fibery workspace | Read |
fibery_post_create_entity | Create a new Fibery entity | Write |
fibery_post_oauth2_access_token | Exchange an OAuth2 authorization code for access and refresh tokens | Write |
fibery_update_entity | Update an existing Fibery entity's fields | Write |
fibery_update_user_preferences | Update the current user's preferences by using the Commands API | Write |
fibery_upload_file | Upload a file to Fibery's file storage | Write |
fibery_post_revoke_token | Delete/revoke an existing Fibery API access token by its ID | Write |