Kong · Capability
Kong Routes Publish
When a Naftiko capability ships a REST expose, publishes the matching Kong Service + Route via the Kong Gateway Admin API so the gateway starts routing traffic to the new capability on the same release — no manual gateway-admin glue between Naftiko ship and Kong route.
What You Can Do
POST
Create service
—
/services
PATCH
Update service
—
/services/{service_id}
DELETE
Delete service
—
/services/{service_id}
POST
Create service route
—
/services/{service_id}/routes
PATCH
Update route
—
/routes/{route_id}
DELETE
Delete route
—
/routes/{route_id}
MCP Tools
create-service
Create a new Kong Service backing a Naftiko REST expose.
update-service
Update a Kong Service.
delete-service
Delete a Kong Service.
create-service-route
Create a new Kong Route on a Kong Service (host/path/method matching).
update-route
Update a Kong Route.
delete-route
Delete a Kong Route.