The SuperAgents are great. Really a step forward. Great work.
A Superagent can currently read data from other apps owned by the same user via read_user_app_data, but cannot write to them (create, update, or delete entity records). This means that tasks which could otherwise be fully automated still require manual intervention for the final step.
Proposed solution
Add a section in each app's Settings called something like "Connected Superagents", where the app owner can select which Superagent(s) are allowed to write to that app. The connected agent would then receive admin-level access to that app's entities — the same way it already works for the agent's own app.
Why not a custom endpoint?
A custom endpoint (e.g. via a Function) only partially solves the problem:
You'd need to build a separate endpoint for every action → high maintenance
The agent doesn't learn the app's data structure or logic
Internal automations and business logic in the app wouldn't be triggered
Direct entity access is cleaner, more powerful, and consistent with how the platform already works.
Concrete use case
My Superagent receives an email with an attachment → retrieves and uploads the file → needs to add it as a document to the correct grant application in my GrantWise app → and mark the related task as done. Right now, 90% of this is automated but it breaks at the write step.
Suggested implementation
Add a connected_agents field to app configuration
When an agent request comes in with a matching agent ID → grant admin-level entity access
Expose a write_user_app_data tool alongside the existing read_user_app_data
This seems relatively straightforward to implement and would unlock true end-to-end automation across apps — which I think is a compelling use case for any power user on the platform.
Thanks for considering it!
Please authenticate to join the conversation.
In Review
Feature Request
3 days ago

ET4ever
Get notified by email when there are changes.
In Review
Feature Request
3 days ago

ET4ever
Get notified by email when there are changes.