OpenComputerYOUR AGENT. OUR RUNTIME.

    AWS Bedrock
    AgentCore
    alternative.

    Without the AWS setup.

    Define your agent in TypeScript. Choose your model.
    We handle the runtime, computers, and durable sessions.

    $10 free credit · No AWS account required

    agent.tsYOUR CODE
    import { useModel, useTool } from "@opencomputer/agent";
    
    export default function Agent() {
      useModel("anthropic/claude-sonnet-4.6");
      useTool("web-search");
    
      return "Research our competitors. Write a weekly brief.";
    }
    
    opencomputer deployWE HANDLE THE RUNTIME
    01

    Your model.Use the model that fits the work.

    02

    Your tools.Connect APIs, code, and MCP servers.

    03

    Long-running agents.Built for work that takes time.