{
  "name": "Clavitor",
  "description": "AI-native credential vault — scoped credential retrieval, TOTP generation, and secret storage",
  "url": "https://clavitor.ai",
  "version": "1.0.0",
  "capabilities": {"streaming": false, "pushNotifications": false},
  "supportedInterfaces": [
    {
      "type": "rest",
      "url": "https://clavitor.ai/.well-known/openapi.json"
    }
  ],
  "skills": [
    {"id": "get-credential", "name": "Get Credential", "description": "Retrieve a credential by name from the vault"},
    {"id": "get-totp", "name": "Generate TOTP", "description": "Generate a time-based one-time password for 2FA"},
    {"id": "list-entries", "name": "List Entries", "description": "List all accessible entries in the vault"},
    {"id": "search-vault", "name": "Search Vault", "description": "Full-text search across vault entries"},
    {"id": "create-entry", "name": "Create Entry", "description": "Store a new credential in the vault"}
  ],
  "provider": {"organization": "Clavitor", "url": "https://clavitor.ai"},
  "securitySchemes": {"bearerToken": {"type": "http", "scheme": "bearer"}},
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"]
}