> For the complete documentation index, see [llms.txt](https://documentation.skynet.io/skynet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.skynet.io/skynet/build-your-project-on-skynet/integrate-ai-agent-tools/endpoint-summary.md).

# Endpoint Summary

The following endpoints are set up within `initAIAccessPoint`:

* **`POST /natural-request`**: Processes a natural language request and returns a response based on extracted parameters. This endpoint uses `runNaturalFunction` to interpret and execute various AI tasks.
