proofable_context.
To load the same agent into an editor project:
claude or codex. VS Code uses --apply cursor. This writes .proofable/mount.json and the host adapter. Start a new session so the project picks it up.
The editor runs the tools. Proofable supplies identity, limits, and proofs. Cursor Cloud Agents can use the hosted MCP endpoint the same way. Proofable does not spawn those VMs for you.
From the agent card
Connect in copies:--apply values are cursor, claude, or codex. VS Code uses --apply cursor. Run it in the project. If the host is not connected yet, run proofable setup first. The browser never downloads a static rules file.
Assistant tool
When signed in, callproofable_agent_mount with agentId. You can also use agentWallet or the identity proof ID in identityQHash.
Suggested order:
proofable_contextproofable_agent_mountwhen acting as a specific agentproofable_proofs_checkfor yes/no eligibility, thenproofable_verify_or_guidebefore sensitive actions
SDK
resolveRuntimeBundleFromMcp with your MCP transport, then applyRuntimeBundle(host, bundle, cwd) for project files. The same bundle shape is returned by the proofable_agent_mount MCP tool and the proofable mount CLI.
Where permissions are enforced
Your client controls its own tools. Proofable supplies verified context and permissions; your host remains responsible for enforcement.
