Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Accept Aisystems API

The Aisystems API from Accept — 5 operation(s) for aisystems.

Accept Aisystems API is one of 23 APIs that Accept publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Aisystems. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and an AsyncAPI specification.

This API exposes 5 operations across 5 paths, and defines 8 schemas. It is described by OpenAPI 3.1.0, at version 1.1.0-rc.1.

Requests are made against a single base URL, http://localhost:8080.

5 operations 5 paths 8 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.1.0-rc.1
Base URL
https://midas.accept.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Accept Aisystems API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Static bearer token. Configured via MIDASAUTHTOKENS or midas.yaml auth.tokens. Not required when auth.mode=open (development only).

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 GET. Each is listed below with its method, path, parameters, and response codes.

Aisystems 5
GET
/v1/aisystems
List AI systems
listAISystems → 200401403500501
GET
/v1/aisystems/{id}
Get an AI system by ID
getAISystem 1 param → 200401403404500501
GET
/v1/aisystems/{id}/versions
List versions for an AI system
listAISystemVersions 1 param → 200401403404500501
GET
/v1/aisystems/{id}/versions/{version}
Get a specific AI system version
getAISystemVersion 2 params → 200400401403404500501
GET
/v1/aisystems/{id}/bindings
List bindings for an AI system
listAISystemBindings 1 param → 200401403404500501

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are AISystemVersion (16 properties), AISystem (14 properties), AISystemBinding (12 properties), ExternalRef (5 properties). Each schema is shown below with its type and property counts.

AISystem
object
AI System registry entry. Identity-only; risk classification and external references are deferred to follow-up epics. Status is honoured at apply time (no revi…
14 properties 7 required
AISystemsResponse
object
Top-level response shape for GET /v1/aisystems. The aisystems array is always present (never null).
1 property 1 required
AISystemVersionsResponse
object
Top-level response shape for GET /v1/aisystems/{id}/versions. The versions array is always present (never null).
2 properties 2 required
ExternalRef
object
Structured reference to an entity in an external system (ServiceNow, LeanIX, GitHub, internal catalogues, custom). MIDAS records the reference but never valida…
5 properties 2 required
Error
object
1 property 1 required
AISystemBindingsResponse
object
Top-level response shape for GET /v1/aisystems/{id}/bindings. The bindings array is always present (never null).
2 properties 2 required
AISystemVersion
object
Versioned snapshot of an AISystem. Identified by composite (aisystemid, version). Status is honoured at apply time.
16 properties 7 required
AISystemBinding
object
Immediate-apply junction linking an AI system (optionally pinned to a specific version) to one or more existing MIDAS context entities (BusinessService, Capabi…
12 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

accept-aisystems-api-openapi.yml Raw ↑

Other APIs Accept publishes across the network.

Accept Agents API
Accept Businessservices API
Accept Capabilities API
Accept Controlplane API
Accept Coverage API
Accept Decisions API
Accept Drift API
Accept Envelopes API
Accept Escalation Targets API
Accept Escalations API
Accept Evaluate API
Accept Evidence API