# Keystroke > Documentation for Keystroke, the all-in-one platform for building AI agents and AI systems. Build with the in-app platform agent or your coding agent, then run everything on a managed platform. ## Docs - [Introduction](https://keystroke.ai/docs/index.md): The all-in-one platform for building AI agents and AI systems. - [Quickstart](https://keystroke.ai/docs/quickstart.md): Learn how to build your first automation with Keystroke. - [Explore features](https://keystroke.ai/docs/explore-features.md): Find the right feature for your use case. - [Use cases](https://keystroke.ai/docs/use-cases.md): Common ways teams use Keystroke. - [Navigate the web app](https://keystroke.ai/docs/learn/web-app/overview.md): The workspace layout, pages, and URLs of the Keystroke web app. - [Chat](https://keystroke.ai/docs/learn/web-app/chat.md): Build with the platform agent from the full chat page or the chat dock. - [Overview](https://keystroke.ai/docs/learn/projects/overview.md): An overview of projects and how they work. - [Manage projects](https://keystroke.ai/docs/learn/projects/manage-projects.md): Create projects, invite teammates, and manage settings. - [Deploy a project](https://keystroke.ai/docs/learn/projects/deploy-a-project.md): Deploy everything or only specific modules. - [Deploy individual files](https://keystroke.ai/docs/learn/projects/deploy-individual-files.md): Keep work-in-progress modules out of deploys. - [Overview](https://keystroke.ai/docs/learn/agents/overview.md): Learn how to build and run agents. - [Build agents](https://keystroke.ai/docs/learn/agents/build-agents.md): Define agents and configure models, tools, memory, and more. - [Run agents](https://keystroke.ai/docs/learn/agents/run-agents.md): Interact with agents through Slack, the CLI, and your own code. - [Test agents](https://keystroke.ai/docs/learn/agents/test-agents.md): Test agents qualitatively and with automated checks. - [External channels](https://keystroke.ai/docs/learn/agents/external-channels.md): Connect agents to Slack channels with the Keystroke Slack App or a custom Slack app. - [Overview](https://keystroke.ai/docs/learn/workflows/overview.md): Learn how to build and run workflows. - [Build workflows](https://keystroke.ai/docs/learn/workflows/build-workflows.md): Define workflows and compose actions, agents, and durable steps. - [Best practices](https://keystroke.ai/docs/learn/workflows/authoring-best-practices.md): Write workflows that stay replayable at runtime and legible on the canvas. - [Test workflows](https://keystroke.ai/docs/learn/workflows/test-workflows.md): Run workflows in tests and assert their output, steps, and failures. - [Run workflows](https://keystroke.ai/docs/learn/workflows/run-workflows.md): Start workflow runs from triggers, forms, the CLI, the API, and agent tools. - [Workflow forms](https://keystroke.ai/docs/learn/workflows/forms.md): Publish a public form that starts a workflow run from a shareable link. - [Overview](https://keystroke.ai/docs/learn/actions/overview.md): The smallest unit agents and workflows run. - [Agent tools](https://keystroke.ai/docs/learn/actions/agent-tools.md): Let agents call your actions as tools. - [Workflow steps](https://keystroke.ai/docs/learn/actions/workflow-steps.md): Run actions as steps inside a workflow. - [Overview](https://keystroke.ai/docs/learn/triggers/overview.md): Connect cron, webhook, and poll sources. - [App events](https://keystroke.ai/docs/learn/triggers/app-events.md): Run workflows when connected apps emit events. - [Webhooks](https://keystroke.ai/docs/learn/triggers/webhooks.md): Run workflows when systems POST webhooks. - [Schedules](https://keystroke.ai/docs/learn/triggers/schedules.md): Run a workflow on a recurring schedule. - [Polling](https://keystroke.ai/docs/learn/triggers/polling.md): Periodically poll a source and run workflows. - [Advanced triggers](https://keystroke.ai/docs/learn/triggers/advanced-triggers.md): Filter and transform payloads before they run. - [Overview](https://keystroke.ai/docs/learn/brains/overview.md): Brains are searchable knowledge bases that agents can read and workflows can keep in sync. - [Filters](https://keystroke.ai/docs/learn/brains/filters.md): Expose a slice of a Brain as a read-only, addressable view. - [Sync workflows](https://keystroke.ai/docs/learn/brains/sync-workflows.md): Best practices for ETL workflows that keep a Brain in sync with an external app. - [Overview](https://keystroke.ai/docs/learn/skills/overview.md): Reusable playbooks that specialize your agents. - [Create skills](https://keystroke.ai/docs/learn/skills/create-skills.md): Write a SKILL.md with clear task guidance. - [Attach skills to agents](https://keystroke.ai/docs/learn/skills/attach-skills-to-agents.md): Attach skills to agents by name. - [Import skills](https://keystroke.ai/docs/learn/skills/import-skills.md): Import skills from a registry and share them. - [Overview](https://keystroke.ai/docs/learn/files/overview.md): Static context copied into the agent workspace. - [Attach files to agents](https://keystroke.ai/docs/learn/files/attach-files-to-agents.md): Make files available in an agent workspace. - [Overview](https://keystroke.ai/docs/learn/credentials/overview.md): Manage API keys and OAuth for your project. - [Connect and manage apps](https://keystroke.ai/docs/learn/credentials/connect-credentials.md): Connect apps, API keys, and OAuth accounts from the web app or CLI. - [Built-in integrations](https://keystroke.ai/docs/learn/credentials/built-in-integrations.md): Use built-in OAuth apps and managed integrations. - [Use credentials in code](https://keystroke.ai/docs/learn/credentials/use-credentials.md): Declare credentials on actions and control runtime resolution. - [Custom apps and MCP](https://keystroke.ai/docs/learn/credentials/custom-integrations.md): Add custom apps, credentials, and MCP servers. - [Overview](https://keystroke.ai/docs/learn/logs/overview.md): Inspect agent and workflow runs across your projects. - [Agent runs](https://keystroke.ai/docs/learn/logs/agent-runs.md): Inspect agent sessions, conversations, and traces. - [Workflow runs](https://keystroke.ai/docs/learn/logs/workflow-runs.md): Inspect workflow executions, payloads, errors, and traces. - [Organization](https://keystroke.ai/docs/learn/settings/organization.md): Manage your organization and workspace settings. - [Members](https://keystroke.ai/docs/learn/settings/members.md): Invite members and manage roles. - [Billing](https://keystroke.ai/docs/learn/settings/billing.md): Track usage, set limits, and manage billing. - [API keys](https://keystroke.ai/docs/learn/settings/api-keys.md): Create, revoke, and use org-scoped platform API keys. - [Managed services](https://keystroke.ai/docs/learn/settings/managed-services.md): Bring your own LLM provider API keys for organization-wide inference. - [Company Brain](https://keystroke.ai/docs/learn/settings/company-brain.md): Give agents shared, organization-wide context from your company’s knowledge. - [llms.txt](https://keystroke.ai/docs/build-with-ai/llms-txt.md): Machine-readable index of Keystroke docs for AI agents. - [AI onboarding](https://keystroke.ai/docs/build-with-ai/onboarding.md): Onboard your AI agent to Keystroke. - [Docs for agents](https://keystroke.ai/docs/build-with-ai/docs-for-agents.md): How your agent reads the Keystroke docs while it builds. - [CLI for agents](https://keystroke.ai/docs/build-with-ai/cli-for-agents.md): How coding agents use the Keystroke CLI. - [MCP for agents](https://keystroke.ai/docs/build-with-ai/mcp-for-agents.md): Build with any agent through the Keystroke MCP server. - [Platform agent](https://keystroke.ai/docs/build-with-ai/platform-agent.md): Build agents and workflows from chat in the Keystroke web app. - [CLI reference](https://keystroke.ai/docs/cli.md): Full reference for the Keystroke CLI. - [Non-technical roles](https://keystroke.ai/docs/non-technical-roles.md): Build and use agents in the web app — no IDE or CLI required. - [Integrations](https://keystroke.ai/docs/integrations.md): Keystroke comes with 1,000+ built-in integrations. - [Security](https://keystroke.ai/docs/security.md): Find Keystroke security features, certifications, and policies.