Isovalent

Isovalent is the company founded in 2017 by the creators of Cilium, the eBPF-based networking, security, and observability platform for Kubernetes and cloud-native infrastructure. Isovalent builds and maintains the open source Cilium project (a CNCF graduated project), the Hubble observability layer, and the Tetragon runtime security engine, and offers commercial Isovalent Enterprise for Cilium and Isovalent Enterprise for Tetragon distributions with hardened builds, support, and advanced features. Cilium replaces kube-proxy and traditional CNI plugins with identity-aware, eBPF-powered dataplane networking, network policy, service mesh, multi-cluster mesh, and deep flow-level observability. The developer surface spans the JSON REST API served by the cilium-agent, the cilium-health connectivity API, the gRPC Hubble Observer/Relay flow APIs, first-party Go client packages, and the cilium and hubble command-line tools. Isovalent was acquired by Cisco in 2024 and its technology now underpins Cisco's cloud-native security portfolio.

Isovalent publishes 2 APIs on the APIs.io network: Cilium Agent API and Cilium Health API. Tagged areas include Company, Networking, Kubernetes, eBPF, and Security.

Isovalent’s developer surface includes CLI, authentication, changelog, sandbox, documentation, API reference, getting-started guide, and 29 more developer resources.

49.0/100 developing Agent 65/100 agent native Full breakdown ↓
scored 2026-07-20 · rubric v0.4
3 APIs 1 MCP Servers 0 Features
CompanyNetworkingKuberneteseBPFSecurityObservabilityCloud NativeService MeshCNIContainer Networking

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-20 · rubric v0.4
Composite quality — 49.0/100 · developing
Contract Quality 9.4 / 25
Developer Ergonomics 17.4 / 20
Commercial Clarity 6.3 / 20
Operational Transparency 5.8 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 65/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/isovalent: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs

Cilium Agent API

The JSON REST API served by the cilium-agent over a local Unix domain socket. Exposes endpoints for managing and inspecting Cilium endpoints, identities, network policy, service...

Cilium Health API

The cilium-health connectivity API served over a Unix domain socket, exposing node-to-node and endpoint connectivity health status across the Cilium cluster mesh.

Hubble Observer API

The gRPC Hubble Observer, Relay, and Peer APIs that stream real-time network flow, service-map, and connectivity observability events from Cilium's eBPF dataplane.

MCP Servers

isovalent-mcp.yml

MCP SERVER

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 5

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 3

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: isovalent
name: Isovalent
description: Isovalent is the company founded in 2017 by the creators of Cilium, the eBPF-based networking, security, and
  observability platform for Kubernetes and cloud-native infrastructure. Isovalent builds and maintains the open source Cilium
  project (a CNCF graduated project), the Hubble observability layer, and the Tetragon runtime security engine, and offers
  commercial Isovalent Enterprise for Cilium and Isovalent Enterprise for Tetragon distributions with hardened builds, support,
  and advanced features. Cilium replaces kube-proxy and traditional CNI plugins with identity-aware, eBPF-powered dataplane
  networking, network policy, service mesh, multi-cluster mesh, and deep flow-level observability. The developer surface spans
  the JSON REST API served by the cilium-agent, the cilium-health connectivity API, the gRPC Hubble Observer/Relay flow APIs,
  first-party Go client packages, and the cilium and hubble command-line tools. Isovalent was acquired by Cisco in 2024 and
  its technology now underpins Cisco's cloud-native security portfolio.
url: https://raw.githubusercontent.com/api-evangelist/isovalent/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- a16z
x-tier: stub
x-tier-reason: portfolio-lead
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
image: https://isovalent.com/favicon.ico
tags:
- Company
- Networking
- Kubernetes
- eBPF
- Security
- Observability
- Cloud Native
- Service Mesh
- CNI
- Container Networking
apis:
- name: Cilium Agent API
  description: The JSON REST API served by the cilium-agent over a local Unix domain socket. Exposes endpoints for managing
    and inspecting Cilium endpoints, identities, network policy, services, IPAM, BGP control plane, prefilter, and daemon
    configuration and status.
  humanURL: https://docs.cilium.io/en/stable/api/
  baseURL: unix:///var/run/cilium/cilium.sock
  properties:
  - type: OpenAPI
    url: openapi/isovalent-cilium-agent-openapi.yml
  - type: Documentation
    url: https://docs.cilium.io/en/stable/api/
- name: Cilium Health API
  description: The cilium-health connectivity API served over a Unix domain socket, exposing node-to-node and endpoint connectivity
    health status across the Cilium cluster mesh.
  humanURL: https://docs.cilium.io/en/stable/api/
  baseURL: unix:///var/run/cilium/health.sock
  properties:
  - type: OpenAPI
    url: openapi/isovalent-cilium-health-openapi.yml
- name: Hubble Observer API
  description: The gRPC Hubble Observer, Relay, and Peer APIs that stream real-time network flow, service-map, and connectivity
    observability events from Cilium's eBPF dataplane.
  humanURL: https://docs.cilium.io/en/stable/observability/hubble/
  baseURL: hubble-relay.kube-system.svc.cluster.local:80
  properties:
  - type: Protobuf
    url: grpc/isovalent-hubble-observer.proto
  - type: Protobuf
    url: grpc/isovalent-hubble-flow.proto
  - type: Protobuf
    url: grpc/isovalent-hubble-relay.proto
  - type: Protobuf
    url: grpc/isovalent-hubble-peer.proto
common:
- type: VulnerabilityDisclosure
  url: security/isovalent-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/isovalent-domain-security.yml
- type: AgenticAccess
  url: agentic-access/isovalent-agentic-access.yml
- type: Security
  url: security/isovalent-vulnerability-disclosure.yml
- type: Packages
  url: packages/isovalent-packages.yml
- type: SDKs
  url: packages/isovalent-packages.yml
- type: CLI
  url: cli/isovalent-cli.yml
- type: Authentication
  url: authentication/isovalent-authentication.yml
- type: Conventions
  url: conventions/isovalent-conventions.yml
- type: ErrorCatalog
  url: errors/isovalent-problem-types.yml
- type: Lifecycle
  url: lifecycle/isovalent-lifecycle.yml
- type: Deprecation
  url: lifecycle/isovalent-lifecycle.yml
- type: Conformance
  url: conformance/isovalent-conformance.yml
- type: DataModel
  url: data-model/isovalent-data-model.yml
- type: ChangeLog
  url: changelog/isovalent-changelog.yml
- type: Sandbox
  url: sandbox/isovalent-sandbox.yml
- type: MCPServer
  url: mcp/isovalent-mcp.yml
- type: LLMsTxt
  url: llms/isovalent-llms.txt
- type: Overlay
  url: overlays/isovalent-cilium-agent-overlay.yaml
- type: Overlay
  url: overlays/isovalent-cilium-health-overlay.yaml
- type: AgentSkill
  url: skills/_index.yml
- type: Protobuf
  url: grpc/isovalent-hubble-observer.proto
- type: Website
  url: https://isovalent.com/
- type: DeveloperPortal
  url: https://docs.cilium.io/en/stable/
- type: Documentation
  url: https://docs.cilium.io/en/stable/
- type: APIReference
  url: https://docs.cilium.io/en/stable/api/
- type: GettingStarted
  url: https://docs.cilium.io/en/stable/gettingstarted/
- type: Blog
  url: https://isovalent.com/blog/
- type: BlogRSS
  url: https://isovalent.com/blog/rss.xml
- type: GitHubOrganization
  url: https://github.com/cilium
- type: Roadmap
  url: https://docs.cilium.io/en/stable/community/roadmap/
- type: Support
  url: https://isovalent.com/support/
- type: Community
  url: https://cilium.io/get-involved/
- type: Pricing
  url: https://isovalent.com/pricing/
- type: TermsOfService
  url: https://isovalent.com/terms-of-service/
- type: PrivacyPolicy
  url: https://isovalent.com/privacy-policy/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence