Honeycomb · Capability
Honeycomb SLOs API — SLOs
Honeycomb SLOs API — SLOs. 7 operations. Lead operation: Create an SLO. Self-contained Naftiko capability covering one Honeycomb business surface.
Honeycomb SLOs API — SLOs is a Naftiko capability published by Honeycomb, one of 22 capabilities the APIs.io network indexes for this provider. It bundles 7 operations across the GET, POST, PUT, and DELETE methods rooted at /v1/1/slos/{…}.
The capability includes 4 read-only operations and 3 state-changing operations. Lead operation: Create an SLO. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Honeycomb, Observability, and SLOs.
What You Can Do
POST
Createslo
— Create an SLO
/v1/1/slos/{datasetSlug}
GET
Listslos
— Get all SLOs
/v1/1/slos/{datasetSlug}
GET
Getslo
— Get an SLO
/v1/1/slos/{datasetSlug}/{sloId}
PUT
Updateslo
— Update an SLO
/v1/1/slos/{datasetSlug}/{sloId}
DELETE
Deleteslo
— Delete an SLO
/v1/1/slos/{datasetSlug}/{sloId}
GET
Getslorealtimecounts
— Get SLO Realtime Counts
/v1/1/slos/{datasetSlug}/{sloId}/counts
GET
Getslohourlycountshistory
— Get SLO Hourly Counts History
/v1/1/slos/{datasetSlug}/{sloId}/counts/history
MCP Tools
honeycomb-slos-slos-createslo
Create an SLO
honeycomb-slos-slos-listslos
Get all SLOs
read-only
idempotent
honeycomb-slos-slos-getslo
Get an SLO
read-only
idempotent
honeycomb-slos-slos-updateslo
Update an SLO
idempotent
honeycomb-slos-slos-deleteslo
Delete an SLO
idempotent
honeycomb-slos-slos-getslorealtimecounts
Get SLO Realtime Counts
read-only
idempotent
honeycomb-slos-slos-getslohourlycountshistory
Get SLO Hourly Counts History
read-only
idempotent