# View New API Endpoint

Akto automatically updates your API inventory whenever new APIs are detected and allows you to view the new API endpoints. By viewing new endpoints, you get a detailed overview of the new API's capabilities.

This includes details of header & response data and payloads, which show how data is structured when interacting with the API. You can also identify any sensitive parameters that the endpoint has, such as passwords or personal identification numbers, ensuring that they are handled securely.

In the demonstration below, we will view all the new API endpoints populated in your API collections over the last two months.

{% embed url="<https://demo.arcade.software/smf0ozOUvdhT10BmlGaq?embed=>" %}
View New Endpoint
{% endembed %}

In the above demonstration, we have observed that there are 200 new API endpoints have been populated over the last two months from which 17 endpoints contain sensitive data.


---

# 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.akto.io/api-inventory/how-to/view-new-api-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.
