MAP Docs
AEGIS

Schemas

Request and response JSON schemas for AEGIS.

The OCIP contracts for AEGIS live in /Volumes/L1feAI/l1feosx/map/schemas/aegis/v1/. Each operation has a request schema and a response schema, generated from the Rust types via schemars.

Index

schemas/aegis/v1/
├── index.json
├── operations.challenge.request.json
├── operations.challenge.response.json
├── operations.delegate.request.json
├── operations.delegate.response.json
├── operations.policy.request.json
├── operations.policy.response.json

Map

OperationRequest schemaResponse schema
challengeschemas/aegis/v1/operations.challenge.request.jsonschemas/aegis/v1/operations.challenge.response.json
delegateschemas/aegis/v1/operations.delegate.request.jsonschemas/aegis/v1/operations.delegate.response.json
policyschemas/aegis/v1/operations.policy.request.jsonschemas/aegis/v1/operations.policy.response.json

Published

https://schemas.multiagentic.dev/aegis/v1/operations.<op>.request.json
https://schemas.multiagentic.dev/aegis/v1/operations.<op>.response.json

See Schemas for generation, versioning, validation.

On this page