Boltic · Capability
Boltic Gateway API
Boltic Gateway API. 5 operations. Lead operation: Boltic List all services. Self-contained Naftiko capability covering one Boltic business surface.
Run with Naftiko
Boltic
What You Can Do
GET
Listservices
— Boltic List all services
/v1/services
POST
Createservice
— Boltic Create a new service
/v1/services
GET
Getservice
— Boltic Get a service by ID
/v1/services/{serviceid}
PUT
Updateservice
— Boltic Update a service
/v1/services/{serviceid}
DELETE
Deleteservice
— Boltic Delete a service
/v1/services/{serviceid}
MCP Tools
boltic-list-all-services
Boltic List all services
read-only
idempotent
boltic-create-new-service
Boltic Create a new service
boltic-get-service-id
Boltic Get a service by ID
read-only
idempotent
boltic-update-service
Boltic Update a service
idempotent
boltic-delete-service
Boltic Delete a service
idempotent