New Fibery AI Agent
The most frequent complaints we kept hearing about Fibery AI agent are that it’s quite unresponsive and feels veery slow sometimes, doesn’t know what it can do and cannot do, and acts proactively in cases when it shouldn’t have. All three are consequences of the agent architecture that we’ve chosen a year ago: router agent on top with area-specific agents to delegate to. Passing relevant context between sub-agents and making sure router really knows where to delegate the reuqest turned out to be quite a challenge in case of Fibery because the whole platform is so intertwined, and questions may touch on multiple areas at the same time.
So, we re-built the agent from scratch based on the most recent advancements in the agentic world — dynamic tool loading, a single instance of agent capable of spanning sub-agents, and skills. What changed for you:
- Agent streams its response now. You’re able to follow its trajectory of solving the task.
- Stopping the agent without losing work.
- Model picker. Now you can pick the right model to do the job. We also accept suggestions of what kinds of models you would like to see apart from what’s already added (Haiku, Sonnet, Opus, Luna, Sol, Astra 6, Gemini Flash 3.8).
- More coherent responses. Agent’s response should feel more coherent since a single model is now doing most of the job instead of sub-agents writing reports only based on their piece of work.
NOTE: new conversations run on the new agent. Old chats stay on the old one for one more month, then become read-only (but are preserved for history).
Access, Create & Update Whiteboard with Fibery AI and MCP
Now Fibery can create, update and read content on Whiteboards. You can do it via Fibery AI or Fibery MCP Server, and it gives you a freedom to create diagrams, mind-maps and other less trivial things.
We’ve noticed that spatial updates are quite hard for AI and only top models like Astra and Opus are quite good at it, so make sure to select a good model when you want to create a new whiteboard.
Space templates include files and images now
Sharing a Space as a template now includes attached files and images inside entities, rich text and whiteboards. Finally you can migrate Spaces between workspaces, hand off client work, or share templates with the community without manually copying those assets.
The Files and images option is enabled by default, but you can still turn it off when sharing. Each template supports up to 1,000 files and 1 GB size in total.
Faster node creation on Whiteboards
Creating flow charts is now faster with both mouse and keyboard.
For mouse
lovers. Hover over the add button to preview a new node, then click to create it. Nodes align automatically. You can still drag to place them freely.
For keyboard
lovers. Press ⌘/Ctrl + Arrow Keys to create a connected node in any direction. Hold an arrow to create several nodes in a row, or switch directions to quickly build branches.
OAuth Applications
Workspace admins can now register OAuth applications themselves in Settings → OAuth Applications. No more writing to support! Specify OAuth Application name and redirect URIs, and you get the credentials and endpoints you need to set up the OAuth flow. Each application belongs to the workspace it was created in: only that workspace’s members can authorize it, and the tokens it issues work only there.
This unblocks connecting Fibery’s MCP server to enterprise MCP clients, and building internal integrations that act on behalf of your users.
Caps for monthly AI credits (from October 2026)
Starting next month, we’re introducing the maximum number of AI credits that a workspace can get, regardless of the number of paid seats:
- Standard: 250 AI credits per paid seat up to 10,000 credits;
- Pro: 500 AI credits per paid seat up to 25,000 credits;
- Enterprise: 1000 AI credits per paid seat up to 50,000 credits.
This will only affect the top consumers among the largest workspaces. In fact, only three of our customers have ever reached their future caps — we’ll contact them personally.
If you find yourselves approaching the limit, two suggestions:
- If you’re building custom apps, consider doing so via MCP. This doesn’t consume Fibery AI credits and is free for you if you have a Claude, ChatGPT or another provider subscription.
- If you can’t be bothered with the MCP, enable extra usage for AI.
Improvements
- Gantt View:
Hide parents without childrenoption in Filters added to Gantt View as well (not sure why we forgot it last time) - UI: Focused panels now show a subtle highlighted border so it’s clear where shortcuts apply.
- Send web request action: Even though the standard for basic authentication requires a username and password, not all web services adhere to this. It’s now possible to send a web request with only a username for basic authentication.
Fixed Bugs
- Fields: ‘Edit’ icon should not be displayed for the empty fields
- Form View: Wrong rich-text field name on quick add form
- Whiteboard:
- When drawing a box around any overlapping elements, the top layer(s) of elements is not being selected
- Colors cards settings are missed after importing Space template
- Can’t update card settings after importing whiteboard with not available cards
- Filters: Invalid number when user presses arrow in Filter->Number field
- Custom Apps:
- Colon in rich text editor crashes custom app
- “@public/apps/app-slug” should be App public route, not “apps/app-slug?is-public=1”
- Conversation fails when attach more than 20 large images
- Apps rich text does not render images
- HubSpot: Inconsistent HubSpot backlink field name across databases (HubspotLink vs Hubspot URL)
- Keyboard Shortcuts: Database view ctrl+K may navigate to location bar outside fibery on windows
- Mobile: Open action in the unit is not available on mobile view in select
- Undelete (restore) / Undo: Not informative error in Undo details if try to Undo Multi-select/State field creation
- Automations: Authorization in web requests behaving inconsistently
- Desktop: Windows desktop 4.2.1: App crashes on startup with “A JavaScript error occurred in the main process”
- Validation Rules: on entity view delete error Toast does not show Rule’s error message

Custom Apps and Fibery MCP
If you build custom apps all the time (admirable!), reap the beneifts of your subsidized Claude or ChatGPT subscription. Connect any agent to Fibery via MCP and tell it to make you a custom app.
You don’t consume Fibery AI credits, we don’t get charged API rates. Win-win!



