Install
pip install "askui[all]"Developers
Use the Python SDK when you need to compose prompts, tools, model routing, caching, and execution in code.
from askui import Agent
agent = Agent(model="claude-sonnet")
agent.act("Open the settings menu")
language = agent.get("selected language")
assert language == "Deutsch"pip install "askui[all]"agent.act("Open settings")agent.get("current language")Run tests from Python or CSV across desktop, mobile, web, and HMI screens.
Automate legacy and modern workflows where APIs and selectors do not exist.
Bring your own models, tools, prompts, and MCP-compatible capabilities.
Free includes a 14-day trial, a non-commercial AgentOS license, and 5,000 inference credits. Paid plans add commercial AgentOS and Hub token-based usage.