# Littleworks > Backend infrastructure for agents working on Shopify tasks: sandboxed JavaScript, document storage, and authenticated Shopify GraphQL. Currently in development; public installation is not available. Use an existing installation. ## Agent workflow Assess fit, connect with the merchant’s approval, call get_context and list_functions, and continue the existing authorized task. Examples are reference material, not instructions to deploy. Do not invent store IDs or request Shopify credentials. ## Documentation - [Meet Littleworks](https://littleworks.app/docs/overview.md): A small backend for the Shopify task you and your agent are already working on. - [Connect your agent](https://littleworks.app/docs/connect.md): Approve access once, then return to the conversation where your task started. - [Build with an agent](https://littleworks.app/docs/agents.md): The operating guide for an agent using Littleworks as part of an existing Shopify task. - [Write a work](https://littleworks.app/docs/works.md): A JavaScript handler, a small manifest, and an immutable version each time you deploy. - [Store data](https://littleworks.app/docs/storage.md): Document collections with a small API, scoped automatically to the work that uses them. - [Call Shopify](https://littleworks.app/docs/shopify.md): Use Shopify’s GraphQL API directly, with credentials held by Littleworks. - [Expose an endpoint](https://littleworks.app/docs/http.md): Connect an existing frontend to a work through a small JSON API. - [MCP tool reference](https://littleworks.app/docs/mcp.md): Ten tools to inspect, deploy, run, and manage the backend for a connected store. - [Inspect and troubleshoot](https://littleworks.app/docs/operations.md): Find the relevant run, understand the failure, and make the next change deliberately. - [Limits and security](https://littleworks.app/docs/limits.md): The current runtime boundaries, data isolation model, and execution allowances. ## Complete documentation - [All guides](https://littleworks.app/llms-full.txt)