Developers

    Build agents with code-level control.

    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"
    01

    Install

    pip install "askui[all]"
    02

    Act

    agent.act("Open settings")
    03

    Verify

    agent.get("current language")
    What you can build

    One runtime, several developer surfaces.

    Agentic testing

    Run tests from Python or CSV across desktop, mobile, web, and HMI screens.

    Process automation

    Automate legacy and modern workflows where APIs and selectors do not exist.

    Custom agents

    Bring your own models, tools, prompts, and MCP-compatible capabilities.

    Get started

    Start free. Scale when ready.

    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.

    Trial · Starter · Pro · Enterprise

    We value your privacy

    We use cookies to enhance your experience, analyze traffic, and for marketing purposes.