HTTP APIs
An HTTP API exposes selected Project Functions through explicit method and path bindings. It shares the same authentication, authorization, validation, execution, persistence, and audit pipeline as MCP.

Create an API
- Select New HTTP API.
- Enter its name, Project-unique slug, and description.
- Add route bindings from the endpoint detail page or Endpoint Map.
- Configure authentication and outbound network policy.
- Deploy the Project.
The runtime URL follows /http/{projectSlug}/{endpointSlug}/{bindingPath}. The endpoint page shows the exact Development and Production base URLs.
Route bindings
Each binding selects an HTTP method, path, Function, enabled state, and request mapping. Path parameters, query values, headers, and JSON bodies are normalized into the Function input before JSON Schema validation.