vane 0.9.2

A flow-based reverse proxy with multi-layer routing and programmable pipelines.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: API Layer
description: Internal management and control API.
icon: RadioTower
---

The API layer provides the interface for external management tools and the web dashboard to interact with the Vane engine at runtime.

<Callout title="Under Construction" type="warn">
	The Management API is currently under active development. Some endpoints may be unstable or
	subject to change.
</Callout>

## Core Responsibilities

- **Configuration Inspection**: Querying the current state of ports, resolvers, and applications.
- **Dynamic Updates**: Triggering manual hotswaps or updating node health via API.
- **Statistics**: Exposing connection counts and resource usage metrics.