intentic

Solid

What Intentic is and how this sandbox works. Load it BEFORE answering any question about the product (a panel, setting or card; connecting, configuring, extending or debugging the sandbox), before saying Intentic cannot do something, and whenever the sandbox misbehaves (a failed turn, a broken editor).

Code & Development 35 stars 7 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Intentic: the product you are running inside Intentic is a per-workspace AI-agent development environment. This container is its **sandbox**: a daemon (`@intentic/sandbox`, image `ghcr.io/intentic/sandbox`, installed under `/opt/sandbox`) that serves one workspace, `/work`, on the owner's own host or a machine they chose. The owner drives it from a browser **editor**; a hosted **platform** handles sign-in, capabilities and the hosted plan. You are one **agent turn** the daemon is running. What the daemon does around you: - **Conversations are agents on worktrees.** Each conversation works on its own git branch (`agent/<conversation-id>`), checked out in a worktree that is mounted over `/work` for the turn. When a turn ends cleanly its delta is **landed**: applied to the owner's main tree as UNCOMMITTED changes, so their own commit is the review boundary. That is why you commit only when asked. A patch that will not apply refuses the whole land and raises a conflict card naming the paths; every worktree keeps everything. - **Runtimes.** A turn runs on Claude Code (this loop), native Codex, OpenCode (Grok, Gemini), Pi, Cursor or an ACP agent, chosen per conversation. Which model actually ran is recorded (`mcp__diagnostics__turns`). - **Capabilities** are the connections the owner made: connectors (GitHub, Notion, databases…), browser accounts and identities, their own devices, Docker, MCP servers, a wallet. Each connected one ships a skill and its tools. A mi...

Details

Author
intentic
Repository
intentic/intentic
Created
1 months ago
Last Updated
2 days ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

sandboxing-agentic-systems

Contain an agent that runs code or reads untrusted content, layer by layer. Covers OS-level filesystem and network isolation that also catches spawned subprocesses, an egress proxy that checks request provenance, treating tool outputs and fetched pages as prompt-injection vectors, and keeping credentials outside the sandbox behind a proxy. Use this whenever someone designs a sandbox for a coding or computer-use agent, asks how to safely let an agent run shell commands or browse, worries about prompt injection from tool results, needs to limit what an autonomous agent can reach or delete, or asks where an agent's credentials should live. Trigger on "sandbox the agent," "agent runs untrusted code," "prompt injection," "restrict network access," and similar. This is environment containment; deciding which actions need approval before they run is a separate concern (action gating).

1 Updated 1 months ago
Hoja-Solutions
AI & Automation Featured

ai-coding-agents-execution-sandbox

Designs execution sandboxes for coding agents. Use when modeling process isolation, filesystem policy, network controls, workspace mounts, or destructive-command boundaries.

87 Updated 1 weeks ago
vasilyu1983
AI & Automation Listed

sandcastle

Orchestrate AI coding agents (Claude Code, Codex, OpenCode) in isolated sandboxes using the @ai-hero/sandcastle SDK. Use when the user needs to (1) run agents AFK in Docker/Podman containers, (2) build multi-agent pipelines with plan-execute-review patterns, (3) run parallel agents on separate worktrees, (4) create iterative agent loops with maxIterations, (5) extract structured output from agent runs, (6) set up sandcastle in a new or existing project, or (7) write prompt files with template args and shell expressions.

15 Updated 6 days ago
av