Skip to content
OpenClaw 不踩坑恶意 Skills ,企业需 Skills Registry:Nacos 3.2 发布Know more

User Manual Overview

The user manual is for developers, application owners, and operators who integrate applications with Nacos. It focuses on how applications use Nacos, not on server deployment or plugin development details.

If you are new to Nacos, start from your scenario:

ScenarioRecommended entryAudience
Manage and discover AI resources such as Skills, Agents, MCP Servers, Prompts, and AgentSpecsAI RegistryAI application developers, platform engineers
Publish, query, listen to, and gray-release configurationsConfiguration CenterApplication developers, configuration owners
Register instances, discover services, and subscribe to instance changesService RegistryMicroservice developers, application operators
Integrate Nacos through Java, Go, Python, or another SDKSDK OverviewApplication developers
Understand client connections, cache, reconnect, and recovery behaviorSDK RuntimeApplication developers, SREs
Integrate through HTTP Client APIsOpenAPI Overview, Client APIClient developers outside the SDK ecosystem
Configure client identity and credentialsAccess CredentialsApplication developers, platform administrators
Understand parameter validation and common validation failuresParameters CheckApplication developers
Understand server address resolutionAddressingApplication developers, operators

Choosing Client SDK, OpenAPI, Or Management APIs

Business applications should prefer the Client SDK. The Client SDK connects to Nacos, maintains listeners and subscriptions, handles local cache, and tries to recover runtime intent after reconnect.

Use the Client OpenAPI when your language runtime does not have a suitable SDK yet, or when you only need a small set of known resource read, registration, and discovery operations. The Client OpenAPI is not designed for broad resource management.

For bulk configuration publishing, full-list queries, namespace management, server state changes, or audit and operations work, use the Admin API, Console API, or Maintainer SDK in the admin manual.

Continue Reading