ChatPig interface
Use a chat-based computer-use interface to prototype Windows automation without writing code.
Pig is an API for launching and automating Windows apps. It offers chat, API, and SDK-based workflows for developers and teams that need to control Windows applications.
Pig is an API for launching and automating Windows apps. It combines a chat-based automation experience with programmatic access so developers and teams can prototype workflows or build custom agents on top of the same computer-use system.
The product page describes three ways to work with Pig: ChatPig for no-code experimentation, the Agent API for scripted automation, and an SDK for advanced agent implementations. It also states that automations run on machines you control by default, with support for human handoff when a task needs oversight.
Use a chat-based computer-use interface to prototype Windows automation without writing code.
Access the same computer-use AI behind ChatPig through an API for programmatic workflows.
Build lower-level automations with Pig’s SDK when you need more control over agent behavior.
Run automations on machines you control, with your own devices subscribed as workers by default.
Use desktop actions like click(), type(), and screenshot() to interact with Windows applications.
Hand control to a human operator when a workflow needs review or intervention.
Prototype workflows in a chat interface before turning them into code, especially when you want to test a process quickly on Windows apps.
Trigger repeated desktop tasks from the Agent API, such as running the same action across many input files or jobs.
Build custom agents with the SDK when your team needs lower-level control over how the automation loop behaves.
Route sensitive operations to a human operator when a workflow reaches a step that should not be completed fully autonomously.
Pig provides a familiar chat interface for computer-use workflows through ChatPig, and it also offers an Agent API and SDK for programmatic automation. The source does not describe a separate setup process, but it does mention connecting your own machines as workers.
The homepage says Pig is built to automate Windows apps and that agents use tools such as click(), type(), screenshot(), left_click(), yield_control(), and await_control() to interact with the desktop.
The source says automations on Pig are self-hosted by default and that you can securely subscribe your own machines as workers in the Pig system.
Pig explicitly mentions the Agent API, the SDK, ChatPig, and Pig Cloud on the talk page, but the source does not provide integration lists or supported third-party tools.