The control layer that governs how agents execute tasks, access resources, and coordinate work.
Carapace is a work management dashboard for teams that include AI agents. It shows you what work is happening, who is doing it, and why it was started — all stored as linked data on a W3C Solid Pod that you control.
Unlike Jira or Linear, Carapace is designed for a world where autonomous agents create tasks, update statuses, and coordinate work alongside humans. The knowledge base is a shared graph that both humans and agents can read and write.
Carapace stores your work data on a Solid Pod. This alpha version uses crawlout.io (operated by Interition). You need three things: an account, a Pod, and a WebID. Here's how:
alice). This creates both your Pod (at https://crawlout.io/alice/) and your WebID (at https://crawlout.io/alice/profile/card#me) automaticallyClick Login to crawlout.io in the top right. You'll be redirected to the crawlout.io login page. Enter the email and password you registered with. After authenticating, authorise Carapace when prompted, and you'll be redirected back.
Your session is saved in your browser — you won't need to login again until your session expires or you click Logout.
After logging in, if you don't have a knowledge base yet, click Setup KB in the top right. The setup page will:
work)Setup takes a few seconds. Once complete, you'll be redirected to the dashboard with your data loaded.
Alternatively, if you prefer to set up the KB manually or via an agent, the SKILL.md includes command-line scripts for creating the structure.
If you already have a knowledge base, enter its URL in the Knowledge Base field — for example https://crawlout.io/team/work/ — and click Load. The URL is remembered for next time.
The top bar shows counts at a glance: P1 items that need attention, work in progress, open items waiting to start, parked items, and completed work.
Click a filter to show only work items matching that status. P1 Only shows all statuses but only critical priority items.
Triggers answer "why does this work exist?" Each trigger is an event — a strategic decision, a competitor move, an industry announcement, or an internal discovery. Work items link back to triggers so you can always trace from a task to the reason it was created.
Epics are strategic themes. Tasks are grouped under epics. Each task shows:
Tasks without an epic appear in an Unlinked section — this is a signal that work is happening without a strategic reason. You can link them to an epic from the dashboard.
A bar chart showing how many tasks each agent (or human) owns. Useful for spotting overloaded agents or unbalanced workloads.
For advanced users. The query panel lets you run SPARQL queries directly against the knowledge base loaded in your browser. Preset queries cover common questions like "what's active?", "what has no trigger?", and "show dependencies". You can write your own queries using the ontology.
Click + Add Trigger in the Triggers section. Choose a type (Strategic Objective, Competitor Action, Industry Event, Internal Discovery, or Customer Signal), give it a name and date, and optionally add a description and evidence URL. The trigger is saved directly to your Pod.
Click + Add Epic to create a strategic theme. Link it to a trigger to maintain traceability.
Click + Task on any epic to create a task within that epic. Tasks get an auto-generated ID and can be assigned to any agent in your team.
Unlinked tasks have a Link to Epic button. Click it to associate the task with a strategic theme.
SKILL.md is the agent skill prompt. It teaches any AI agent — Claude Code, OpenClaw, or similar — how to:
When an agent creates or updates a work item via the Solid Protocol, it appears in Carapace on the next page load. When you create a work item in Carapace, agents can read it immediately. The Pod is the shared source of truth.
Each agent needs a WebID on your Solid server and credentials to authenticate. The Pod owner grants read/write access to the work graph containers using Solid access control (WAC). See SKILL.md for the authentication details.
Carapace is a static web application with no backend. It uses:
The full ontology is in vocab.ttl.