Spring Boot Admin Console

Spring Boot Admin is a community project by codecentric AG that provides a web-based administration UI for managing and monitoring Spring Boot applications. It visualizes Spring Boot Actuator endpoints in a graphical interface and provides application registration, health monitoring, log level management, metric graphs, instance lifecycle event tracking, and notification integrations (email, Slack, PagerDuty, OpsGenie, Hipchat, Teams, Telegram).

Spring Boot Admin Console publishes 3 APIs on the APIs.io network: Applications API, Events API, and Instances API. Tagged areas include Actuator, Administration, Java, Microservices, and Monitoring.

The Spring Boot Admin Console catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.

Spring Boot Admin Console’s developer surface includes engineering blog and 8 more developer resources.

26.6/100 thin ▬ flat Agent 17/100 agent aware Full breakdown ↓
scored 2026-08-25 · rubric v0.14.0
AccessEnterpriseOpen
7 APIs
ActuatorAdministrationJavaMicroservicesMonitoringSpring Boot

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-25 · rubric v0.14.0
Composite quality — 26.6/100 · thin
Contract Quality 13.6 / 25
Developer Ergonomics 1.0 / 20
Access Clarity 2.6 / 20
Operational Transparency 1.4 / 13
Contract Governance 1.6 / 12
Discoverability 6.5 / 10
Agent readiness — 17/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
Documented Reversibility 0 / 6
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Delegated User Identity 0 / 6
Protected Resource Metadata 0 / 5
Registration Without a Human 0 / 6
Agentic Commerce Surface 0 / 5
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/spring-boot-admin-console: 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 7

Individual APIs this provider publishes, each with its own machine-readable definition.

Applications API

Manage registered Spring Boot applications. Applications are logical groupings of instances sharing the same name and management URL base.

Instances API

Manage individual application instances. Each instance represents a running Spring Boot application registered with the Admin server. Supports health monitoring, Actuator endpoi...

Events API

Lifecycle event stream for application instances using Server-Sent Events (SSE). Events include status changes, registration, deregistration, and info updates.

Notifications API

Configure and trigger notification channels for application lifecycle events. Supports email, Slack, PagerDuty, OpsGenie, Microsoft Teams, Telegram, and custom webhook notificat...

Spring Boot Admin Console Applications API

Application registration and management

Spring Boot Admin Console Events API

Instance lifecycle event stream

Spring Boot Admin Console Instances API

Application instance monitoring and management

Scroll for all 7

Open Collections 5

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

FinOps 1

Cost, billing, and metering signals for API financial operations.

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Spring Boot Admin Console Context

6 classes · 22 properties

JSON-LD

Spectral Rules 2

Spectral governance rulesets for linting and validating these APIs.

Spring Boot Admin Console API Rules

5 rules · 3 warnings 2 info

SPECTRAL

Spring Boot Admin Console API Rules

8 rules · 3 errors 4 warnings 1 info

SPECTRAL

JSON Schema 2

Standalone JSON Schema definitions for this provider's data models.

Spring Boot Admin Instance Event

6 properties

JSON SCHEMA

Spring Boot Admin Instance

10 properties

JSON SCHEMA

JSON Structure 1

JSON Structure definitions describing this provider's data shapes.

Spring Boot Admin Console Structure

0 properties

JSON STRUCTURE

Examples 3

Example request and response payloads for these APIs.

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Spring Boot Admin Console Agentic Access

15 operations · 4 acting · 1 human-in-the-loop

15 operations · 4 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Operate 2

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
name: Spring Boot Admin Console
description: Spring Boot Admin is a community project by codecentric AG that provides a web-based administration UI for managing
  and monitoring Spring Boot applications. It visualizes Spring Boot Actuator endpoints in a graphical interface and provides
  application registration, health monitoring, log level management, metric graphs, instance lifecycle event tracking, and
  notification integrations (email, Slack, PagerDuty, OpsGenie, Hipchat, Teams, Telegram).
url: https://github.com/codecentric/spring-boot-admin
accessModel:
  pricing: enterprise
  onboarding: open
  trial: false
  try_now: false
  public: true
  label: Enterprise · Open access
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://raw.githubusercontent.com/codecentric/spring-boot-admin/master/spring-boot-admin-docs/src/site/resources/images/spring-boot-admin-logo.png
kind: opensource
tags:
- Actuator
- Administration
- Java
- Microservices
- Monitoring
- Spring Boot
created: '2024-01-01'
modified: '2026-05-19'
specificationVersion: '0.23'
apis:
- name: Applications API
  description: Manage registered Spring Boot applications. Applications are logical groupings of instances sharing the same
    name and management URL base.
  baseURL: http://localhost:8080/applications
  humanURL: https://codecentric.github.io/spring-boot-admin/current/#_applications
  tags:
  - Application
  - Registration
  tags_raw:
  - Applications
  - Registration
  properties:
  - type: Documentation
    url: https://codecentric.github.io/spring-boot-admin/current/#_applications
- name: Instances API
  description: Manage individual application instances. Each instance represents a running Spring Boot application registered
    with the Admin server. Supports health monitoring, Actuator endpoint proxying, and deregistration.
  baseURL: http://localhost:8080/instances
  humanURL: https://codecentric.github.io/spring-boot-admin/current/#_instances
  tags:
  - Actuator
  - Instances
  - Monitoring
  properties:
  - type: Documentation
    url: https://codecentric.github.io/spring-boot-admin/current/#_instances
- name: Events API
  description: Lifecycle event stream for application instances using Server-Sent Events (SSE). Events include status changes,
    registration, deregistration, and info updates.
  baseURL: http://localhost:8080/instances/events
  humanURL: https://codecentric.github.io/spring-boot-admin/current/#_event-store
  tags:
  - Event
  - Notification
  - SSE
  tags_raw:
  - Events
  - Notifications
  - SSE
  properties:
  - type: Documentation
    url: https://codecentric.github.io/spring-boot-admin/current/#_event-store
- name: Notifications API
  description: Configure and trigger notification channels for application lifecycle events. Supports email, Slack, PagerDuty,
    OpsGenie, Microsoft Teams, Telegram, and custom webhook notifications.
  baseURL: http://localhost:8080
  humanURL: https://codecentric.github.io/spring-boot-admin/current/#_notifications
  tags:
  - Alerts
  - Notification
  - Webhook
  tags_raw:
  - Alerts
  - Notifications
  - Webhooks
  properties:
  - type: Documentation
    url: https://codecentric.github.io/spring-boot-admin/current/#_notifications
- aid: spring-boot-admin-console:spring-boot-admin-console-applications-api
  name: Spring Boot Admin Console Applications API
  description: Application registration and management
  humanURL: https://codecentric.github.io/spring-boot-admin/current/
  baseURL: http://localhost:8080
  tags:
  - Application
  tags_raw:
  - Applications
  properties:
  - type: OpenAPI
    url: openapi/spring-boot-admin-console-applications-api-openapi.yml
  - type: Documentation
    url: https://codecentric.github.io/spring-boot-admin/current/
  - type: GitHubRepository
    url: https://github.com/codecentric/spring-boot-admin
  - type: SpectralRules
    url: rules/spring-boot-admin-console-rules.yml
  - type: Maven Central
    url: https://mvnrepository.com/artifact/de.codecentric/spring-boot-admin-server
  - type: ReleaseNotes
    url: https://github.com/codecentric/spring-boot-admin/releases
- aid: spring-boot-admin-console:spring-boot-admin-console-events-api
  name: Spring Boot Admin Console Events API
  description: Instance lifecycle event stream
  humanURL: https://codecentric.github.io/spring-boot-admin/current/
  baseURL: http://localhost:8080
  tags:
  - Event
  tags_raw:
  - Events
  properties:
  - type: OpenAPI
    url: openapi/spring-boot-admin-console-events-api-openapi.yml
  - type: Documentation
    url: https://codecentric.github.io/spring-boot-admin/current/
  - type: GitHubRepository
    url: https://github.com/codecentric/spring-boot-admin
  - type: SpectralRules
    url: rules/spring-boot-admin-console-rules.yml
  - type: Maven Central
    url: https://mvnrepository.com/artifact/de.codecentric/spring-boot-admin-server
  - type: ReleaseNotes
    url: https://github.com/codecentric/spring-boot-admin/releases
- aid: spring-boot-admin-console:spring-boot-admin-console-instances-api
  name: Spring Boot Admin Console Instances API
  description: Application instance monitoring and management
  humanURL: https://codecentric.github.io/spring-boot-admin/current/
  baseURL: http://localhost:8080
  tags:
  - Instances
  properties:
  - type: OpenAPI
    url: openapi/spring-boot-admin-console-instances-api-openapi.yml
  - type: Documentation
    url: https://codecentric.github.io/spring-boot-admin/current/
  - type: GitHubRepository
    url: https://github.com/codecentric/spring-boot-admin
  - type: SpectralRules
    url: rules/spring-boot-admin-console-rules.yml
  - type: Maven Central
    url: https://mvnrepository.com/artifact/de.codecentric/spring-boot-admin-server
  - type: ReleaseNotes
    url: https://github.com/codecentric/spring-boot-admin/releases
maintainers:
- name: codecentric AG
  url: https://www.codecentric.de/
  email: info@codecentric.de
common:
- type: AgenticAccess
  url: agentic-access/spring-boot-admin-console-agentic-access.yml
- url: https://blog.codecentric.de/feed/
  type: Blog
- type: GitHubRepository
  url: https://github.com/codecentric/spring-boot-admin
- type: Issue Tracker
  url: https://github.com/codecentric/spring-boot-admin/issues
- type: Getting Started Guide
  url: https://codecentric.github.io/spring-boot-admin/current/#getting-started
- type: Reference Documentation
  url: https://codecentric.github.io/spring-boot-admin/current/
- type: Maven Central
  url: https://mvnrepository.com/artifact/de.codecentric/spring-boot-admin
- type: License
  url: https://github.com/codecentric/spring-boot-admin/blob/master/LICENSE
- type: Community
  url: https://gitter.im/codecentric/spring-boot-admin

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/spring-boot-admin-console"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/spring-boot-admin-console/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/spring-boot-admin-console/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.