Cisco ACI website screenshot

Cisco ACI

Cisco Application Centric Infrastructure (ACI) is Cisco's data-center SDN fabric, programmed through the Application Policy Infrastructure Controller (APIC) and its object model, the Management Information Tree (MIT). Every APIC GUI, CLI and SDK action is executed through one REST interface: HTTPS requests to /api/mo/.json and /api/class/.json on the customer-operated controller, authenticated with a cookie-based aaaLogin session token and refreshed with aaaRefresh. The API is model-driven rather than OpenAPI-described — Cisco publishes an exhaustive object-model reference (the APIC Management Information Model Reference) plus a REST API configuration guide, a WebSocket (RFC 6455) event-subscription surface, an Ansible collection, a Terraform provider, a Python SDK (Cobra) and a public Postman workspace, but no anonymously fetchable OpenAPI, AsyncAPI or GraphQL contract.

Cisco ACI publishes 1 API on the APIs.io network. Tagged areas include SDN, Data-Center, Networking, Fabric, and Automation.

The Cisco ACI catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Cisco ACI’s developer surface includes developer portal, documentation, API reference, getting-started guide, support, engineering blog, authentication, and 36 more developer resources.

53.7/100 developing ▬ flat Agent 36/100 agent ready Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessApproval
1 APIs 1 MCP Servers
SDNData-CenterNetworkingFabricAutomationEnterpriseNetwork AutomationInfrastructureControllerREST API

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/cisco-aci: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 1

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

Cisco APIC REST API

The Application Policy Infrastructure Controller REST API is the single programmatic interface into the ACI Management Information Tree. GET, POST and DELETE against /api/mo/

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Community MCP Server for Cisco ACI

A stand-alone FastMCP server that sits between an MCP client and a customer's Cisco APIC controller, exposing ACI policy and fabric operations as MCP tools. It authenticates to ...

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Cisco Aci Rate Limits

2 limits

RATE LIMITS

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Cisco Aci Authentication

3 schemes

SECURITY

Cisco Aci Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Cisco Aci Vulnerability Disclosure

security.txt · contact published

SECURITY

Cisco Aci Trust Center

Common Criteria EAL2+ (ALC_FLR.2), Common Criteria EAL2, FIPS 140 (certificate 4747), FIPS 140

SECURITY

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 7

SDKs, sample code, and the tooling you integrate with

Scroll for all 7

Access & Security 7

Authentication, authorization, and security posture

Scroll for all 7

Operate 4

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 3

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: cisco-aci
name: Cisco ACI
description: 'Cisco Application Centric Infrastructure (ACI) is Cisco''s data-center SDN fabric, programmed through the Application
  Policy Infrastructure Controller (APIC) and its object model, the Management Information Tree (MIT). Every APIC GUI, CLI
  and SDK action is executed through one REST interface: HTTPS requests to /api/mo/<dn>.json and /api/class/<class>.json on
  the customer-operated controller, authenticated with a cookie-based aaaLogin session token and refreshed with aaaRefresh.
  The API is model-driven rather than OpenAPI-described — Cisco publishes an exhaustive object-model reference (the APIC Management
  Information Model Reference) plus a REST API configuration guide, a WebSocket (RFC 6455) event-subscription surface, an
  Ansible collection, a Terraform provider, a Python SDK (Cobra) and a public Postman workspace, but no anonymously fetchable
  OpenAPI, AsyncAPI or GraphQL contract.'
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: true
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - pricing
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: approval
  trial: false
  try_now: false
  public: false
  label: Requires approval
  confidence: medium
  source:
  - plans
  - authentication
  - rate-limits
  - security
  - sandbox
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/cisco.png
url: https://raw.githubusercontent.com/api-evangelist/cisco-aci/refs/heads/main/apis.yml
type: Index
access: 3rd-Party
position: Consuming
x-type: company
x-source: cisco-family-buildout:2026-08-19
x-parent: cisco
x-relationship: product
x-contract-status: none
x-contract-note: No anonymously fetchable machine-readable contract found (probed 2026-08-19, real 404s). ACI is model-driven
  through the APIC object model rather than OpenAPI-described. API Evangelist has not authored a substitute.
specificationVersion: '0.23'
created: '2026-08-19'
modified: '2026-08-19'
tags:
- SDN
- Data-Center
- Networking
- Fabric
- Automation
- Enterprise
- Network Automation
- Infrastructure
- Controller
- REST API
tags_raw:
- SDN
- Data Center
- Networking
- Fabric
- Automation
- Enterprise
- Network Automation
- Infrastructure
- Controller
- REST API
apis:
- aid: cisco-aci:cisco-apic-rest-api
  name: Cisco APIC REST API
  description: The Application Policy Infrastructure Controller REST API is the single programmatic interface into the ACI
    Management Information Tree. GET, POST and DELETE against /api/mo/<distinguished-name>.json (managed-object addressing)
    or /api/class/<class-name>.json (class queries) read and write policy — tenants, application profiles, EPGs, bridge domains,
    VRFs, contracts, filters, L3Outs — plus statistics, faults and audit records. Query scoping, filtering, ordering and pagination
    are expressed as URI parameters (query-target, target-subtree-class, rsp-subtree, order-by, page, page-size). The same
    endpoints support ?subscription=yes to open a WebSocket push-notification channel.
  humanURL: https://developer.cisco.com/docs/aci/
  baseURL: https://{apic-hostname}/api
  tags:
  - SDN
  - Data-Center
  - Networking
  - Fabric
  - Automation
  tags_raw:
  - SDN
  - Data Center
  - Networking
  - Fabric
  - Automation
  properties:
  - type: Documentation
    url: https://www.cisco.com/c/en/us/td/docs/dcn/aci/apic/all/apic-rest-api-configuration-guide/cisco-apic-rest-api-configuration-guide-42x-and-later.html
  - type: APIReference
    url: https://developer.cisco.com/site/apic-mim-ref-api/
  - type: GettingStarted
    url: https://developer.cisco.com/docs/aci/getting-started/
common:
- type: Website
  url: https://www.cisco.com/
- type: VulnerabilityDisclosure
  url: security/cisco-aci-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/cisco-aci-domain-security.yml
- type: ParentCompany
  url: https://apis.io/providers/cisco/
  name: Cisco
  x-relationship: product
  x-generated-by: cisco-family:2026-08-19
- type: DeveloperPortal
  url: https://developer.cisco.com/site/aci/
- type: Portal
  url: https://developer.cisco.com/
- type: Documentation
  url: https://www.cisco.com/c/en/us/td/docs/dcn/aci/apic/all/apic-rest-api-configuration-guide/cisco-apic-rest-api-configuration-guide-42x-and-later.html
- type: APIReference
  url: https://developer.cisco.com/site/apic-mim-ref-api/
- type: GettingStarted
  url: https://developer.cisco.com/docs/aci/getting-started/
- type: Support
  url: https://www.cisco.com/c/en/us/support/index.html
- type: Blog
  url: https://blogs.cisco.com/tag/aci
- type: GitHubOrganization
  url: https://github.com/CiscoDevNet
- type: TermsOfService
  url: https://www.cisco.com/c/en/us/about/legal/terms-conditions.html
- type: PrivacyPolicy
  url: https://www.cisco.com/c/en/us/about/legal/privacy-full.html
- type: Postman
  url: https://www.postman.com/cisco-dcn-marketing-enablement/cisco-aci-public/overview
- type: Ansible
  url: https://github.com/CiscoDevNet/ansible-aci
- type: Terraform
  url: https://registry.terraform.io/providers/CiscoDevNet/aci/latest
- type: SourceCode
  url: https://github.com/CiscoDevNet/mcp_server_cisco_aci_community
- type: MCPServer
  url: mcp/cisco-aci-mcp.yml
- type: ToolCrosswalk
  url: mcp/cisco-aci-tool-crosswalk.yml
- type: Packages
  url: packages/cisco-aci-packages.yml
- type: SDKs
  url: packages/cisco-aci-packages.yml
- type: WellKnown
  url: well-known/cisco-aci-well-known.yml
- type: SecurityTxt
  url: well-known/cisco-aci-security.txt
- type: LLMsTxt
  url: llms/cisco-aci-llms.txt
- type: Authentication
  url: authentication/cisco-aci-authentication.yml
- type: Conventions
  url: conventions/cisco-aci-conventions.yml
- type: Idempotency
  url: conventions/cisco-aci-conventions.yml
- type: ErrorCatalog
  url: errors/cisco-aci-problem-types.yml
- type: RateLimits
  url: rate-limits/cisco-aci-rate-limits.yml
- type: Plans
  url: plans/cisco-aci-plans-pricing.yml
- type: Lifecycle
  url: lifecycle/cisco-aci-lifecycle.yml
- type: Deprecation
  url: lifecycle/cisco-aci-lifecycle.yml
- type: ChangeLog
  url: changelog/cisco-aci-changelog.yml
- type: CLI
  url: cli/cisco-aci-cli.yml
- type: Sandbox
  url: sandbox/cisco-aci-sandbox.yml
- type: DataModel
  url: data-model/cisco-aci-data-model.yml
- type: Webhooks
  url: asyncapi/cisco-aci-event-subscriptions.yml
- type: Conformance
  url: conformance/cisco-aci-conformance.yml
- type: Security
  url: security/cisco-aci-vulnerability-disclosure.yml
- type: TrustCenter
  url: security/cisco-aci-trust-center.yml
- type: Compliance
  url: security/cisco-aci-trust-center.yml
- type: AgentSkill
  url: skills/_index.yml
x-enrichment:
  date: '2026-08-19'
  status: enriched
  artifacts_added: 25
  pass: local-v1
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io

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/cisco-aci"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/cisco-aci/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/cisco-aci/evidence"

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.