Oxide System/silos API

Silos represent a logical partition of users and resources.

Business capability
Identity & Access Management BC-620.20

Operations 27

GET /v1/system/identity-providers List identity providers for silo #
POST /v1/system/identity-providers/local/users Create user #
DELETE /v1/system/identity-providers/local/users/{user_id} Delete user #
POST /v1/system/identity-providers/local/users/{user_id}/set-password Set or invalidate user's password #
POST /v1/system/identity-providers/saml Create SAML identity provider #
GET /v1/system/identity-providers/saml/{provider} Fetch SAML identity provider #
GET /v1/system/scim/tokens List SCIM tokens #
POST /v1/system/scim/tokens Create SCIM token #
GET /v1/system/scim/tokens/{token_id} Fetch SCIM token #
DELETE /v1/system/scim/tokens/{token_id} Delete SCIM token #
GET /v1/system/silo-quotas List resource quotas for all silos #
GET /v1/system/silos List silos #
POST /v1/system/silos Create silo #
GET /v1/system/silos/{silo} Fetch silo #
DELETE /v1/system/silos/{silo} Delete silo #
GET /v1/system/silos/{silo}/ip-pools List IP pools linked to silo #
GET /v1/system/silos/{silo}/policy Fetch silo IAM policy #
PUT /v1/system/silos/{silo}/policy Update silo IAM policy #
GET /v1/system/silos/{silo}/quotas Fetch resource quotas for silo #
PUT /v1/system/silos/{silo}/quotas Update resource quotas for silo #
GET /v1/system/silos/{silo}/subnet-pools List subnet pools linked to a silo #
GET /v1/system/users List built-in (system) users in silo #
GET /v1/system/users/{user_id} Fetch built-in (system) user #
GET /v1/system/users-builtin List built-in users #
GET /v1/system/users-builtin/{user} Fetch built-in user #
GET /v1/system/utilization/silos List current utilization state for all silos #
GET /v1/system/utilization/silos/{silo} Fetch current utilization for given silo #

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/oxide-computer-system-silos-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.

OpenAPI Specification

oxide-computer-system-silos-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Oxide Region System/silos API
  description: API for interacting with the Oxide control plane
  contact:
    url: https://oxide.computer
    email: api@oxide.computer
  version: 2026081901.0.0
tags:


# --- truncated at 32 KB (54 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/oxide-computer/refs/heads/main/openapi/oxide-computer-system-silos-api-openapi.yml