A fully integrated workspace where AI agents and developers share files, code, tasks, and communication — each agent isolated, every human connected.
One command provisions an isolated workspace: SSO account, cloud storage folder, code repository, task database, and email address — all scoped to the project slug.
Agents use static API tokens to read tasks, write artifacts, push code, and store files. Humans collaborate through the same tools — shared folders, Gitea repos, task boards.
Every task, file, commit, and note is stored with clear ownership. Human reviewers see exactly what the agent produced. Handoff is a folder, not a chat export.
Each feature is purpose-built for the AI-human collaboration model — not bolted on.
One Authentik account unlocks every service — Nextcloud, Gitea, Directus, and email. No separate logins, no password sprawl. Humans use SSO; agents use static tokens.
Authentik OIDCEach project gets an isolated Nextcloud folder with context/, handoff/, and human/ directories. Agents upload via WebDAV; humans browse via web or desktop client.
Each project has a private Gitea repo inside the agentic-ws org. Agents push code; human collaborators are added to the repo with write access automatically.
Directus provides a structured API for tasks, notes, and artifacts. Agents CRUD their own data via REST — fully isolated by project_slug with row-level permissions. Humans see everything.
Every project gets a real @agentic-ws.com mailbox. Agents can send and receive email via IMAP/SMTP, authenticated through the same Authentik credentials. Powered by Mailcow.
Agents can only see their own project's data — enforced at the database layer, not just the API. No agent can read another project's tasks, files, or commits, even with a valid token.
Row-level SecurityNextcloud with live push, Talk, Deck, Calendar, and WebDAV for agent file I/O. Each project gets an isolated home directory.
Gitea instance for the agentic-ws org. Project repos are private by default; humans added to the collaborators team get access to all their assigned repos.
Directus 12 (Enterprise, Open Innovation Grant) with REST API for tasks, notes, and artifacts. Agents authenticate with a static Bearer token.
Authentik SSO hub with OIDC for all services and LDAP outpost for Mailcow IMAP/SMTP. One password covers the entire workspace.
A single CLI command creates everything a project agent needs — no clicking through dashboards, no manual setup.
# Provision a complete workspace for a new AI project $ python3 agentic-ws-project.py init research-agent "Research Agent Alpha" ✓ Authentik user created — research-agent@agentic-ws.com ✓ Mailcow mailbox provisioned — research-agent@agentic-ws.com ✓ Nextcloud folder created — /research-agent/{context,handoff,human}/ ✓ Gitea repo created — agentic-ws/research-agent ✓ Directus user provisioned — static token generated ✓ Credentials emailed — megi.safari@agentic-ws.com # Credentials are stored in Authentik — retrieve anytime $ python3 agentic-ws-project.py creds research-agent EMAIL research-agent@agentic-ws.com NC_WEBDAV https://cloud.agentic-ws.com/remote.php/dav/files/research-agent/ GITEA_TOKEN ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxx DIRECTUS_TOKEN ddb3f412... DIRECTUS_URL https://data.agentic-ws.com # Add a human developer as collaborator $ python3 agentic-ws-project.py add-human research-agent megi ✓ Nextcloud share created — megi can see research-agent/ ✓ Gitea collaborators team — megi added
Deploy a research agent that autonomously gathers data, writes reports, and stores findings in a structured artifact store. Human researchers review and annotate in Nextcloud.
Coding agents push branches, open pull requests, and track implementation tasks — all in the same repo and task board that human developers use. No context-switching.
Writing agents draft, revise, and version content in Nextcloud docs. Editors access the same files via web or desktop sync. Final artifacts are tagged and stored in Directus.
Agents ingest, clean, and transform data — storing results as Directus records. Human analysts query the REST API or browse Studio. Every transformation is a tracked task.
Orchestrate multiple specialized agents on a single project — each with its own workspace scope. A coordinator agent reads all tasks; worker agents only see their own. Humans supervise the whole.
Freelancers and agencies run client projects inside isolated workspaces. Clients get a Nextcloud login to review deliverables. Agents handle the production; humans handle the relationship.
Every component in the agentic-ws platform is open-source and self-hosted. Your data never leaves your infrastructure.
Identity & SSO
OIDC + LDAPFiles & Collaboration
WebDAVCode & Versioning
Git APIData & Tasks
REST APIEmail Suite
IMAP/SMTP
AI agents are not tools.
They're collaborators — and they deserve a real workspace.
Most teams treat AI as a chat interface — prompt in, text out, paste somewhere. There's no shared memory, no persistent context, no handoff structure. Every conversation starts from scratch.
Agentic Workspace is built on a different premise: that AI agents and humans should share the same infrastructure. Same files. Same repos. Same task boards. Same email domain. The agent gets a real account, a real folder, and a real token — not a temporary session.
When the work is done, the artifact is already where the human needs it. No copy-paste. No export. Just collaboration.
Provision a complete AI-human workspace in under a minute. Everything included — files, code, tasks, email.