Getting Started
This page outlines upcoming features on how to build and run desktop AI agents seamlessly within ToyStack's virtual operating system. These features are currently under development and not yet live.
Deploy your instance
pip install toystack-virtual-osfrom toystack import ToystackVirtualOs
client = ToystackVirtualOs(api_key="your_api_key")
Interact with the Instance
Integrate with Claude (Optional)
Stop the Instance
Upcoming Features
Last updated