> For the complete documentation index, see [llms.txt](https://submodel.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://submodel.gitbook.io/docs/serverless/overview-1.md).

# Endpoints

Workers execute your code seamlessly in the cloud.

## Key Features

* **Fully Managed Execution**: SubModel handles all underlying infrastructure, ensuring your code runs on demand without any server setup or maintenance.
* **Automatic Scaling**: The platform dynamically scales your functions based on workload, optimizing resource utilization.
* **Flexible Language Support**: With the SubModel SDK, you can write functions in a variety of programming languages, offering flexibility and ease of use.
* **Seamless Integration**: SubModel provides an Endpoint for your uploaded code, enabling effortless integration of your Handler Functions into any application component.

## Getting Started

To begin using SubModel Workers:

1. **Write Your Function**: Develop your Handler Functions in a supported programming language.
2. **Deploy to SubModel**: Upload your Handler Functions to the SubModel platform.
3. **Integrate and Execute**: Utilize the provided Endpoint to integrate your functions into your application and start executing them.
