> ## Documentation Index
> Fetch the complete documentation index at: https://docs.baseplate.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 🚀 Create an Endpoint

> Share your work with the world

<Tip>
  You can deploy LLM backends directly from Baseplate. Set up an endpoint once
  in your code, and you're good to go!
</Tip>

The worst part of prototyping great LLM apps is having to reimplement them again
in your codebase. Baseplate Endpoints makes sure you never have to do that
again!

Each endpoint has an ID that you will use as a reference in your code.

## Why do it this way?

* Prototyping in code is slow, difficult, and annoying. Setting up new versions
  in a nice UI can speed up workflows greatly
* Easy to run tests and experiments different variants
* Monitor and manage in a single place
* Our endpoints are performance optimized and run on the edge

## Create an Endpoint

Go to the Endpoints page and create an Endpoint. See the <Link href="/getting-started/creating-apps">previous page</Link> on how to deploy versions of an app.

<Frame caption="Endpoints take your prototyped LLM and creates a ready to use API!">
  <img src="https://mintcdn.com/baseplate/lG0F4fZdc5qZCcZP/images/create-an-endpoint.png?fit=max&auto=format&n=lG0F4fZdc5qZCcZP&q=85&s=7c3a158c98b9b8d73f26c1f67bbffc1a" width="3306" height="1620" data-path="images/create-an-endpoint.png" />
</Frame>

### Deployments

View a history of who deployed what and when. You can also deploy endpoints directly to Slack or Discord as a bot by clicking one of the buttons in the top right.

<Frame caption="Deploy directly to Slack or Discord and view a history of previous deployments">
  <img src="https://mintcdn.com/baseplate/lG0F4fZdc5qZCcZP/images/deployments.png?fit=max&auto=format&n=lG0F4fZdc5qZCcZP&q=85&s=b5dcffb1d9899c44d9d8c71bf4a02bf1" width="1495" height="499" data-path="images/deployments.png" />
</Frame>

### API

The API tab will show you code examples for calling the endpoint from your code.

### Security

Automatically handle PII in your data. Baseplate will automatically remove PII from your data before it is sent to AI providers, and we never store it on our servers.

<Frame caption="Configure PII handling">
  <img src="https://mintcdn.com/baseplate/lG0F4fZdc5qZCcZP/images/security.png?fit=max&auto=format&n=lG0F4fZdc5qZCcZP&q=85&s=b0c518e42b5701f2143ed937f456df28" width="1498" height="147" data-path="images/security.png" />
</Frame>
