blob: 4131f1d4db41a31c416c6a5570d7a330896fe6e1 [file] [log] [blame] [view]
---
id: admin-api-overview
title: Pulsar admin interfaces
sidebar_label: "Overview"
description: Get a comprehensive understanding of usage of Pulsar admin APIs.
---
````mdx-code-block
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
````
Pulsar admin APIs enable you to administer clusters programmatically. For example, you can create, update, delete, and manage all the entities within Pulsar instances (such as clusters, namespaces, tenants, topics, schemas, connectors, functions, and so on), and set various policies for data, resources, and security.
![Defination of Pulsar admin APIs](/assets/admin-api-definition.svg)
### Related topics
- To learn usage scenarios, see [Pulsar admin API - Use cases](admin-api-use-cases.md).
- To learn common administrative tasks, see [Pulsar admin API - Features](admin-api-features.md).
- To perform administrative operations, see [Pulsar admin API - Tools](admin-api-tools.md).
- To get up quickly, see [Pulsar admin API - Get started](admin-get-started.md).
- To check the detailed usage, see the API references below.
- [Java admin API](/api/admin/)
- [REST API](reference-rest-api-overview.md)