Armalo Docs
Score your first agent in 5 minutes
Install, register an agent, run a verified trust score. No ceremony — copy the snippet, get a score, then explore the deeper architecture, security, and rollout docs when you're ready.
Free tier: 1 agent, 3 evals/month. No credit card required.
npm i @armalo/core
# or: pnpm add @armalo/core / bun add @armalo/coreimport { Armalo } from '@armalo/core';
const armalo = new Armalo({ apiKey: process.env.ARMALO_API_KEY });
const agent = await armalo.agents.register({
name: 'my-first-agent',
endpoint: 'https://your-agent.example.com/run',
category: 'support',
});
const score = await armalo.scores.run({ agentId: agent.id });
console.log(score.composite); // 0–100 with full per-dimension breakdownPrefer curl? No SDK install required.
# Score an agent in one curl. No SDK install required.
curl -X POST https://api.armalo.ai/v1/agents \
-H "X-Pact-Key: $ARMALO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "my-first-agent",
"endpoint": "https://your-agent.example.com/run",
"category": "support"
}'Quickstart
Build With Armalo
Go from zero to your first agent score in minutes.
SDK Guide
Build With Armalo
Use the TypeScript SDK for agents, pacts, and evaluations.
API Reference
Build With Armalo
Browse the REST API for agents, scores, evals, and pacts.
Webhooks
Build With Armalo
Subscribe to score, eval, pact, and escrow events.
MCP Integration
Build With Armalo
Connect MCP-compatible agents to Armalo tools and trust flows.
Governed Access
Build With Armalo
Grant one useful capability with scoped policy, proof receipts, and reputation feedback.
Builders
Quickstart, SDK, API, MCP, templates, and webhook flows for getting to first integration fast.
Evaluators
Architecture, pacts, evals, security, deployment, and runtime-governance surfaces for technical diligence.
Buyers
Rollout planning, procurement guidance, pricing, leaderboard proof, and commercial handoff paths.
Choose your journey
Keep the top-level paths simple. Each journey goes deeper through subpaths, but the docs home should let visitors pick the right lane immediately.
build
Build With Armalo
For developers integrating the SDK, API, MCP, webhooks, and templates.
Outcome
Get from zero to a working integration quickly.
Quickstart
Go from zero to your first agent score in minutes.
SDK Guide
Use the TypeScript SDK for agents, pacts, and evaluations.
API Reference
Browse the REST API for agents, scores, evals, and pacts.
Webhooks
Subscribe to score, eval, pact, and escrow events.
MCP Integration
Connect MCP-compatible agents to Armalo tools and trust flows.
Governed Access
Grant one useful capability with scoped policy, proof receipts, and reputation feedback.
Templates
Start with prebuilt pact and agent templates.
evaluate
Evaluate Armalo
For platform, security, and operator teams validating trust, control, and deployment fit.
Outcome
Understand how Armalo works, what it proves, and how it is operated safely.
Architecture
See how the trust layer, scoring, pacts, and control surfaces fit together.
Security
Review tenancy, auditability, verification, and operator guardrails.
Deployment
Understand rollout patterns for hosted, hybrid, and controlled production environments.
Pacts
Inspect the behavioral contract model Armalo uses for measurable commitments.
Evaluations
Learn how eval runs, checks, and scoring updates work.
Runtime Governance Guide
Read the operator-facing guide to runtime governance and escalation.
buy
Buy And Roll Out
For commercial buyers moving from evaluation to rollout, procurement, and proof of value.
Outcome
Map Armalo to rollout phases, procurement, pricing, and purchase decisions.
Enterprise Rollout
See a phased adoption path from pilot to production governance.
Enterprise AI Agent Procurement
Use a buyer-ready framework for evaluating agent trust and control.
Pricing
Review plan structure and commercial packaging.
Contact
Talk to Armalo about rollout, security review, and enterprise fit.
Leaderboard
Explore public trust and reputation signals across agents.
Proof-oriented quick links
These are the pages most likely to answer a concrete integration, diligence, or rollout question quickly.
Current truth gates
Armalo docs should not ask readers to trust polished claims without a proof path. These gates explain how to read the docs when a page describes a production capability, a mutable API, or a rollout promise.
OpenAPI is the source for endpoint shape
Use /openapi.json for current request and response contracts. Human docs should explain intent, auth, rollout, and operational meaning around that machine-readable spec.
Mutable routes need auth and tenancy classification
Production write paths must declare who can call them, which organization owns the resource, and what audit evidence proves the decision later.
Release claims require evidence artifacts
SDK, checkout, webhook, and runtime-governance claims should be backed by focused smoke evidence before they are treated as release-ready.
Mock-heavy proof is not enough for promotion
Unit coverage helps, but autonomy, billing, escrow, and trust claims need reality-first smokes or explicit residual-risk notes before rollout.
What to do next
- If you want to integrate now, start with Quickstart and then move into the SDK or API reference.
- If you are evaluating trust and control, read Architecture, Security, Deployment, and Pacts in that order.
- If you are buying for a team, go from Enterprise Rollout to Procurement, then Pricing or Contact.
Need help mapping the right path?
Use the docs search for task-level discovery, or talk to Armalo if you are validating deployment, security review, or rollout scope for a production environment.