{
  "name": "Base Layer",
  "description": "Behavioral alignment infrastructure for autonomous agents. Extracts behavioral patterns from text and compresses them into portable specifications that encode how a person reasons, decides, and communicates — the behavioral layer agents need to align their decisions.",
  "url": "https://base-layer.ai",
  "version": "1.0.0",
  "provider": {
    "organization": "Base Layer",
    "url": "https://base-layer.ai",
    "contact": "aarik@base-layer.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "identity-model",
      "name": "Consume Behavioral Specification",
      "description": "Retrieve a structured behavioral specification for a person. Returns decision foundations (what they reason FROM), operational constraints (how to engage with them), and behavioral triggers (situation → pattern → directive). Use this to align your agent behavior with a specific human's decision patterns.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "behavioral-grammar",
      "name": "47-Predicate Behavioral Grammar",
      "description": "A constrained vocabulary of 47 predicates (believes, values, practices, avoids, fears, excels_at, struggles_with, etc.) that can describe any person's behavioral patterns. Use for structured fact extraction from text.",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    }
  ],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["application/json"],
  "authentication": {
    "schemes": ["none"],
    "description": "Historical examples (Franklin, Douglass, Buffett, Roosevelt, Wollstonecraft, Marks) are open access. Private behavioral specifications require authentication."
  },
  "links": {
    "documentation": "https://base-layer.ai/llms.txt",
    "openapi": "https://base-layer.ai/api/openapi.json",
    "examples": "https://base-layer.ai/examples/franklin",
    "github": "https://github.com/agulaya24/BaseLayer",
    "agentFeedback": "https://base-layer.ai/api/agent-feedback"
  }
}
