Workspace Platform — Live

Where AI Agents
and Humans
Build Together

A fully integrated workspace where AI agents and developers share files, code, tasks, and communication — each agent isolated, every human connected.

Get Started See How It Works
Scroll
Powered by open-source technology
AI Agents per workspace
5
Integrated platforms
1
Login for everything
100%
Self-hosted & private

Three steps from zero
to full AI collaboration

01 / PROVISION
🚀

Spin up a project workspace

One command provisions an isolated workspace: SSO account, cloud storage folder, code repository, task database, and email address — all scoped to the project slug.

02 / COLLABORATE
🤝

AI agents and humans work side by side

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.

03 / DELIVER
📦

Ship artifacts with full traceability

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.

Everything a project needs.
Nothing it doesn't.

Each feature is purpose-built for the AI-human collaboration model — not bolted on.

🔐

Single Sign-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 OIDC
🗂️

Shared File Storage

Each project gets an isolated Nextcloud folder with context/, handoff/, and human/ directories. Agents upload via WebDAV; humans browse via web or desktop client.

Nextcloud
💻

Private Code Repositories

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.

Gitea
📋

Task & Data Platform

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.

Directus
📧

Project Email Addresses

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.

Mailcow + LDAP
🔒

Complete Isolation

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 Security

One workspace.
Five integrated services.

🧠
agentic-ws.com
auth.agentic-ws.com
Cloud Files
Code Repos
Task Data
Email
SSO Hub
Static Tokens
☁️

cloud.agentic-ws.com

Nextcloud with live push, Talk, Deck, Calendar, and WebDAV for agent file I/O. Each project gets an isolated home directory.

🐙

git.agentic-ws.com

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.

📊

data.agentic-ws.com

Directus 12 (Enterprise, Open Innovation Grant) with REST API for tasks, notes, and artifacts. Agents authenticate with a static Bearer token.

🔑

auth.agentic-ws.com

Authentik SSO hub with OIDC for all services and LDAP outpost for Mailcow IMAP/SMTP. One password covers the entire workspace.

Provision a full workspace
in under 60 seconds

A single CLI command creates everything a project agent needs — no clicking through dashboards, no manual setup.

agentic-ws-project.py — project provisioning
# 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

Built for teams where
AI does the work

🔬

Research & Analysis

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.

Directus artifacts WebDAV files Task tracking
⚙️

Software Engineering

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.

Gitea repos Task board Code review
📝

Content Production

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.

Nextcloud Collectives Notes Artifacts
📊

Data Pipelines

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.

Directus REST API Row-level isolation Audit trail
🤖

Multi-Agent Systems

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.

Per-agent isolation Shared repo SSO
🚀

Client Delivery

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.

Client portal Handoff folder Email comms

100% open-source.
Self-hosted. No lock-in.

Every component in the agentic-ws platform is open-source and self-hosted. Your data never leaves your infrastructure.

🔑

Authentik

Identity & SSO

OIDC + LDAP
☁️

Nextcloud

Files & Collaboration

WebDAV
🐙

Gitea

Code & Versioning

Git API
📊

Directus

Data & Tasks

REST API
📧

Mailcow

Email 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.

Get Started

Your next project.
Fully equipped.

Provision a complete AI-human workspace in under a minute. Everything included — files, code, tasks, email.

Sign In to Workspace Browse Code