# Create Endpoint

Create Endpoints is used to create new endpoints on the Deka MLOps Portal Service. On the Endpoints page press the button “+ New Endpoint”.&#x20;

<figure><img src="/files/TiPKB1WVZQwbh6dSC34a" alt=""><figcaption><p>Create Endpoints</p></figcaption></figure>

The page for creating a new Inference Service allows you to input the YAML configuration for the Inference Service you want to set up. It's important to note that the backend will automatically replace the **.metadata.namespace** field in the submitted configuration to ensure that users cannot create Inference Services in namespaces other than their own. Press the “Create” button when you have finished writing the configuration.

<figure><img src="/files/WmeLWaqjn4NZoOF3Do20" alt=""><figcaption><p>Create Endpoints</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/deka-gpu-mlops/endpoints/create-endpoint.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
