Skip to main content
The Keystroke web app is your team’s shared workspace: chat with the platform agent to build, run and inspect what’s deployed, connect apps, and manage your organization. Everything lives under your organization’s URL: keystroke.ai/{org-slug}. Paths below are relative to that prefix (for example, /chat is keystroke.ai/{org-slug}/chat).

Build, run, and inspect

Three kinds of work show up in different places: Most resource pages show deployed behavior. Changing definitions still happens in project source (via the platform agent, your editor, or the CLI), then deploy. Platform-only setup — credentials, form publish, org settings — does not require a deploy.

The sidebar

The left sidebar is the main navigation. Top items: Below those, one entry per resource type in the active organization: Projects you belong to appear in the sidebar too, each opening a project view at /projects/{slug} with Overview, Repository, Members, Deployments, and Settings tabs — see Manage projects. You can favorite agents, workflows, and runs to pin them in the sidebar, and reorder or hide items with Customize sidebar.

What each page is for

Use this when you are deciding whether to stay in the web app or reach for chat, the CLI, or your repo.
Platform agent chat (sidebar New chat) builds and edits primitives within a project. Agent page chat runs what you already deployed. See Chat.

Settings

Settings lives at /settings (redirects to /settings/preferences) and uses one path segment per section: /settings/{section}. These paths manage your account and the active organization — separate from project workspace pages at /projects/{slug}. See the Settings section of these docs for what each does. Company Brain, Hosted MCPs, and the Permissions & Security rows above are request-gated today.

Draft vs. deployed

The web app renders your projects’ deployed state: agent pages, workflow canvases, and run history all show what’s live. Work in progress lives on each project’s shared draft (ks/draft), which you can browse in the project’s Repository tab — it updates live as the platform agent or teammates push to the draft. Deploying promotes the draft to the live runtime. See Deploy a project.

Next steps

Chat

The platform agent chat: full page, dock, and sessions.

Run history

Inspect agent and workflow runs across projects.

Manage projects

Project views, members, deployments, and settings.

Connect credentials

Connect apps and manage credentials from the Apps page.