NetBird · Capability
NetBird REST API — Services
NetBird REST API — Services. 10 operations. Lead operation: List available proxy clusters. Self-contained Naftiko capability covering one Netbird business surface.
What You Can Do
GET
Get
— List available proxy clusters
/v1/api/reverse-proxies/clusters
GET
Get
— Retrieve Service Domains
/v1/api/reverse-proxies/domains
POST
Post
— Create a Custom domain
/v1/api/reverse-proxies/domains
DELETE
Delete
— Delete a Custom domain
/v1/api/reverse-proxies/domains/{domainid}
GET
Get
— Validate a custom domain
/v1/api/reverse-proxies/domains/{domainid}/validate
GET
Get
— List all Services
/v1/api/reverse-proxies/services
POST
Post
— Create a Service
/v1/api/reverse-proxies/services
GET
Get
— Retrieve a Service
/v1/api/reverse-proxies/services/{serviceid}
PUT
Put
— Update a Service
/v1/api/reverse-proxies/services/{serviceid}
DELETE
Delete
— Delete a Service
/v1/api/reverse-proxies/services/{serviceid}
MCP Tools
list-available-proxy-clusters
List available proxy clusters
read-only
idempotent
retrieve-service-domains
Retrieve Service Domains
read-only
idempotent
create-custom-domain
Create a Custom domain
delete-custom-domain
Delete a Custom domain
idempotent
validate-custom-domain
Validate a custom domain
read-only
idempotent
list-all-services
List all Services
read-only
idempotent
create-service
Create a Service
retrieve-service
Retrieve a Service
read-only
idempotent
update-service
Update a Service
idempotent
delete-service
Delete a Service
idempotent