ArchiMate · Capability
ArchiMate Model Exchange API
The ArchiMate Model Exchange API provides capabilities for importing, exporting, and managing ArchiMate enterprise architecture models using the Open Group ArchiMate Model Exchange File Format (AMEFF). Enables interoperability between EA tools implementing the ArchiMate 3.x standard.
What You Can Do
GET
Listmodels
— ArchiMate List Models
/models
POST
Importmodel
— ArchiMate Import Model
/models
GET
Getmodel
— ArchiMate Get Model
/models/{modelId}
DELETE
Deletemodel
— ArchiMate Delete Model
/models/{modelId}
GET
Listelements
— ArchiMate List Elements
/models/{modelId}/elements
GET
Listrelationships
— ArchiMate List Relationships
/models/{modelId}/relationships
MCP Tools
listmodels
ArchiMate List Models
read-only
idempotent
importmodel
ArchiMate Import Model
getmodel
ArchiMate Get Model
read-only
idempotent
deletemodel
ArchiMate Delete Model
idempotent
listelements
ArchiMate List Elements
read-only
idempotent
listrelationships
ArchiMate List Relationships
read-only
idempotent