Hammerspace Anvil Management API

The management REST API served by the Hammerspace Anvil metadata server at the base path /mgmt/v1.2/rest. It is the programmatic control plane behind the Hammerspace GUI and admin CLI, covering shares, files, objectives, storage volumes, object-storage volumes, volume groups, data portals, nodes, sites, snapshots, snapshot retentions, share replications, schedules, tasks, licenses, Active Directory and identity provider configuration, antivirus, backup, NTP, syslog and proxy settings. It is served by each customer deployment rather than from a Hammerspace-hosted public endpoint, so the host is the customer's own Anvil. Hammerspace does not publish an OpenAPI description of it on a public URL; the operations recorded here were observed in Hammerspace's own Apache-2.0 licensed open source clients (the Kubernetes CSI driver and the Ansible operations playbooks).

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/anvil-management-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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

API entry from apis.yml

apis.yml Raw ↑
aid: hammerspace:anvil-management-api
name: Hammerspace Anvil Management API
description: The management REST API served by the Hammerspace Anvil metadata server at the base path
  /mgmt/v1.2/rest. It is the programmatic control plane behind the Hammerspace GUI and admin CLI, covering
  shares, files, objectives, storage volumes, object-storage volumes, volume groups, data portals, nodes,
  sites, snapshots, snapshot retentions, share replications, schedules, tasks, licenses, Active Directory
  and identity provider configuration, antivirus, backup, NTP, syslog and proxy settings. It is served
  by each customer deployment rather than from a Hammerspace-hosted public endpoint, so the host is the
  customer's own Anvil. Hammerspace does not publish an OpenAPI description of it on a public URL; the
  operations recorded here were observed in Hammerspace's own Apache-2.0 licensed open source clients
  (the Kubernetes CSI driver and the Ansible operations playbooks).
humanURL: https://hammerspace.com/resources/
baseURL: https://{anvil-host}/mgmt/v1.2/rest
tags:
- Storage
- Data Management
- Infrastructure
properties:
- type: Documentation
  url: https://hammerspace.com/resources/
- type: SourceCode
  url: https://github.com/hammer-space/csi-plugin/blob/main/pkg/client/hsclient.go
- type: SourceCode
  url: https://github.com/hammer-space/ansible