Overcut chat acts as you. Everything it does runs with your own user permissions, so it can only see and change what your workspace role allows.
What you can and cannot do via chat
Chat covers the Overcut platform itself: if you can see it or configure it in the UI, you can ask for it in chat. For example, you can ask Overcut to:- Explain, create, and edit workflows, and trigger workflow runs
- Read executions and logs, and explain why a run failed
- Create and configure agents, and assign skills and MCP servers to them
- Register project skills, install MCP servers, and manage project secrets
- Configure repositories, channels, custom-event webhooks, and orchestrations
Write a message
When the full-page chat is empty, the input cycles through example prompts to show the kinds of questions and requests you can start with. They are inspiration, not commands: type your own message in your own words.- Press
Enterto send your message. - Press
Shift+Enterto add a new line. - The send button stays disabled until your message contains text, so empty messages cannot be sent.
Ask questions and inspect context
Read-only help is available immediately, with no preparation. For example, you can ask Overcut to:- Explain what a workflow does and how it is triggered
- Summarize a workflow execution or read its logs to explain why a run failed
- List the agents, skills, MCP servers, or repositories configured in the project
- Answer questions about how to use the platform
Task Overcut with changes
When your request changes something, such as creating a workflow or installing an MCP server, Overcut may pause to prepare before it acts. During that preparation you may see two status messages:Loading skill: Overcut is loading a built-in task skill that provides the guidance and capabilities for your request.Equipping tools: Overcut is enabling the write tools the action needs.
Built-in task skills are loaded by Overcut during a conversation. They are separate from the repository-backed Skills your team adds to a project and assigns to agents.
Suggested next messages
After Overcut replies, a suggested next message may appear as ghost text in the input. PressTab to accept it, or start typing to replace it with your own message. Suggestions only appear when there is a clear follow-up, so not every reply produces one.
Conversation history
Recent conversations are saved per project, so you can reopen a thread and continue where you left off. History is stored in your browser, and Overcut automatically removes old conversations and caps how many are kept per project, so the oldest threads eventually disappear.Confirmations and permissions
Preparing capabilities does not bypass safeguards. For sensitive or destructive actions, Overcut asks for confirmation before it continues, and your workspace permissions and approval requirements still apply. If your permissions do not allow an action, Overcut cannot complete it.Troubleshooting
If a request does not complete, check for these common causes:- Missing permissions: your workspace role may not allow the change you asked for.
- Unavailable context: Overcut may not be able to read the workflow, execution, or resource you referenced. Ask it to inspect the available context first.
- Confirmation pending: Overcut may be waiting for you to approve a sensitive action.
- Outside chat’s scope: work on external systems, like opening a pull request, belongs in a workflow. Ask Overcut to build or trigger one instead.