# Spongecake ## Docs - [CUA Best Practices](https://docs.spongecake.ai/best_practices.md): Best practices for computer use agents - [Custom Docker Container](https://docs.spongecake.ai/desktop-client/custom_docker_container.md): Edit and build your own custom Docker container. - [Desktop Class](https://docs.spongecake.ai/desktop-client/desktop.md): Below is the **Desktop** class, which provides functionality for managing and interacting with a Docker container that simulates a Linux desktop environment. This class enables you to control mouse/keyboard actions, retrieve screenshots, and integrate with OpenAI for higher-level agent logic. - [Desktop Actions](https://docs.spongecake.ai/desktop-client/desktop_actions.md): Below are desktop actions that can be performed by the Desktop class. - [OpenAI Agent Integration](https://docs.spongecake.ai/desktop-client/openai_agent_integration.md): Integrate OpenAI with your desktop client for higher-level agent logic. - [Telemetry](https://docs.spongecake.ai/essentials/telemetry.md): Anonymous usage data collection - [Remote hosts: Web API](https://docs.spongecake.ai/essentials/web_api.md): Running desktop actions in a remote spongecake container - [Amazon Shopping](https://docs.spongecake.ai/examples/amazon_example.md): Example of using sponge cake to shop on Amazon - [Concurrency with Spongecake](https://docs.spongecake.ai/examples/concurrency_example.md): A concise guide on running multiple Spongecake containers concurrently. - [Form Filling](https://docs.spongecake.ai/examples/form_filling_example.md): Example of using sponge cake to fill out a form - [Linkedin Prospecting](https://docs.spongecake.ai/examples/linkedin_example.md): Example of using sponge cake to prospect on linkedin - [Tool Calling with Spongecake](https://docs.spongecake.ai/examples/tool_call_example.md): A concise guide on using tool calling with Spongecake for targeted actions. - [Quickstart (MacOS)](https://docs.spongecake.ai/quickstart.md): Start building computer use agents in under 5 minutes ## OpenAPI Specs - [openapi](https://docs.spongecake.ai/api-reference/openapi.json)