Implemented in the project
- Agent chat plus sandboxed personal apps (“Gadgets”)
- Per-workspace Durable Objects and Dynamic Worker facets
- Gatekeepers with scoped access, action logs, and human review
CinaSeek / early-access AI productivity environment.
CinaSeek combines agent chat, personal applications called Gadgets, and scoped Gatekeepers. The project is early access; production readiness depends on the release and deployment configuration.
Product evidence / current scope.
Status and capabilities below are tied to public project repositories. They do not imply a customer deployment, managed SLA, or production availability beyond the linked evidence.
The repository documents an August 2026 early-access build: workerd is for local development, with Cloudflare as the documented production path.
Verified: · commit fefb5a3
Example data generated by this site—not a customer screenshot or proof of a live deployment.
Capabilities.
These are reference workflow patterns, not a promise that every capability is enabled in every release or deployment. Start with the smallest useful workflow and confirm current availability against the evidence above.
Ask an agent to complete tasks or build a focused personal application for the work in front of you.
Generate small applications whose client and server run in isolated, per-user boundaries.
Keep each Gadget private by default, then grant access to named users or through a deliberate share link.
Use Gatekeepers to narrow authorization to the specific external resources a user intended.
Log external actions and preserve human approval for operations with side effects.
Use workerd for local development and the documented Cloudflare path for production deployment.
Workflow.
A reference evaluation keeps the requested job, generated Gadget, introduced resources, and review queue visible.
Illustrative Gadget contract.
Use explicit inputs, review points, and outputs so the system is easier to operate and change.
gadget "planning-workspace" {
sandbox = "isolated"
access = ["introduced-resources"]
actions = "review-required"
}Operating principles.
Agents and Gadgets begin without ambient access to external resources.
Each Gadget runs in an isolated boundary and is shared only through an explicit user action.
Actions with side effects should remain logged and available for human approval.
Next step.
Tell us the work, systems, constraints, and review points your team already has. We will help identify a sensible starting scope.