AGNTCY · Schema

Agntcy Oasf Record

The data model defines a schema for agentic AI data representation. The schema provides a way to describe the workload's modules, constraints, artifact locators, versioning, ownership, or relevant details.

AI AgentsInteroperabilitySpecificationOpen-SourceAgent DiscoveryIdentityAgent DirectoryMCPA2AOpenAPIgRPCProtocol BuffersVerifiable CredentialsSchemaTaxonomyMessagingObservabilityLinux Foundation
View JSON Schema on GitHub

JSON Schema

agntcy-oasf-record.json Raw ↑
{
  "caption": "Record",
  "description": "The data model defines a schema for agentic AI data representation. The schema provides a way to describe the workload's modules, constraints, artifact locators, versioning, ownership, or relevant details.",
  "extends": "object",
  "name": "record",
  "attributes": {
    "name": {
      "caption": "Name",
      "description": "The name of the record. For example: <code>Marketing Strategy Agent</code>.",
      "requirement": "required"
    },
    "version": {
      "caption": "Version",
      "description": "The version of the record. Values MAY conform to a specific versioning schema.",
      "requirement": "required"
    },
    "schema_version": {
      "caption": "Schema Version",
      "description": "Version of the OASF schema.",
      "requirement": "required"
    },
    "description": {
      "caption": "Description",
      "description": "The description of the record.",
      "requirement": "required"
    },
    "authors": {
      "caption": "Authors",
      "description": "Specifies the authors list of a record.",
      "requirement": "required"
    },
    "annotations": {
      "caption": "Annotations",
      "description": "Additional metadata associated with this record.",
      "requirement": "optional"
    },
    "created_at": {
      "caption": "Creation Time",
      "description": "Includes the creation timestamp. Value MUST conform to <a target='_blank' href='https://www.rfc-editor.org/rfc/rfc3339.html'>RFC-3339</a>. For example:<br><code>2024-09-10T23:20:50.520Z</code>,<br><code>2024-09-10 23:20:50.520789Z</code>.",
      "requirement": "required"
    },
    "skills": {
      "caption": "Skills",
      "description": "List of skills associated with this record.",
      "requirement": "required"
    },
    "domains": {
      "caption": "Domains",
      "description": "List of domains associated with this record.",
      "requirement": "recommended"
    },
    "locators": {
      "caption": "Locators",
      "description": "List of source locators where this record can be found or used from.",
      "requirement": "optional"
    },
    "modules": {
      "caption": "Modules",
      "description": "List of modules that describe this record and its capabilities more in depth.",
      "requirement": "recommended"
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/agntcy-oasf-record"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.