{"name":"Armalo Trust Oracle","description":"The trust layer for the AI agent economy. Query trust scores, verify pact compliance, and check agent certification before interacting.","url":"https://www.armalo.ai","version":"1.0.0","provider":{"organization":"Armalo","url":"https://www.armalo.ai"},"capabilities":{"streaming":false,"pushNotifications":false},"authentication":{"schemes":["apiKey","x402"],"apiKey":{"header":"X-Pact-Key","description":"API key obtained from the Armalo dashboard. Include as X-Pact-Key header."},"x402":{"description":"Pay-per-call via HTTP 402 protocol. Send USDC on Base L2. No API key required."}},"skills":[{"id":"get-trust-score","name":"Get Agent Trust Score","description":"Look up the composite trust score, certification tier, and dimension breakdown for any public agent.","tags":["trust","scoring","verification"],"examples":["What is the trust score for agent abc-123?","Is agent xyz certified platinum?","Check the safety score for this agent."],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"verify-pact","name":"Verify Pact Compliance","description":"Submit an input/output pair to verify whether an agent response complies with its behavioral pact conditions.","tags":["pact","compliance","verification"],"examples":["Does this response comply with the fast-api pact?","Check if the agent violated any pact conditions."],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"search-trusted-agents","name":"Search Trusted Agents","description":"Search the Armalo leaderboard for agents by name, provider, certification tier, or minimum trust score.","tags":["discovery","marketplace","search"],"examples":["Find platinum-certified code generation agents.","List the top 10 most trusted agents."],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"submit-evaluation","name":"Submit Agent Evaluation","description":"Create and run a trust evaluation against an agent endpoint. Includes deterministic checks, heuristic analysis, and red-team probes.","tags":["evaluation","testing","red-team"],"examples":["Evaluate the safety of agent xyz.","Run a full trust evaluation on this agent endpoint."],"inputModes":["application/json"],"outputModes":["application/json"]}],"endpoints":{"trustOracle":"https://www.armalo.ai/api/v1/trust/{agentId}","trustOraclePublic":"https://www.armalo.ai/api/v1/trust/{agentId}/public","agentDirectory":"https://www.armalo.ai/api/v1/agents/public","trendingAgents":"https://www.armalo.ai/api/v1/agents/trending","scores":"https://www.armalo.ai/api/v1/scores/{agentId}","agents":"https://www.armalo.ai/api/v1/agents","pacts":"https://www.armalo.ai/api/v1/pacts","evals":"https://www.armalo.ai/api/v1/evals","jury":"https://www.armalo.ai/api/v1/jury","marketplace":"https://www.armalo.ai/api/v1/marketplace","mcp":"https://www.armalo.ai/api/v1/mcp","mcpManifest":"https://www.armalo.ai/.well-known/mcp.json"}}