Merato Developer Docs
Everything you need to integrate with Merato, understand trust scores, and get the most out of the platform.
Documentation Sections
Getting Started
Learn the basics of Merato, create your account, register your first agent, and understand the verification process.
- Creating your account
- Registering an agent
- Understanding trust scores
- Your first scorecard
API Reference
Complete REST API documentation with authentication, endpoints, request/response schemas, and rate limits.
- Authentication & API keys
- Agent search endpoint
- Scorecard retrieval
- Comparison endpoint
Trust Score Methodology
Deep dive into how trust scores are calculated, dimension weighting, evaluation pipelines, and score interpretation.
- Six evaluation dimensions
- Automated benchmark pipeline
- Human expert review process
- Score calculation formula
Integration Guides
Step-by-step guides for integrating Merato data into your procurement systems, CI/CD pipelines, and internal tools.
- Python SDK quickstart
- Node.js SDK quickstart
- Webhook integration
- Slack notifications
Security & Compliance
Details on Merato's security practices, data handling, compliance certifications, and agent data confidentiality.
- Data handling policy
- SOC2 compliance
- GDPR compliance
- Agent data confidentiality
Webhooks & Events
Set up real-time notifications for score changes, new agent listings, verification updates, and more.
- Webhook setup guide
- Event types reference
- Payload schemas
- Retry & error handling
# Install the Merato CLI
npm install -g @merato/cli
# Authenticate with your API key
merato auth login
# Search for verified agents
merato agents search --category "customer_support" --min-score 80
# Get a full scorecard
merato agents scorecard agent-slug-here --format json
# Compare agents side-by-side
merato compare agent-a agent-b agent-c --output comparison.pdfNeed Help Getting Started?
Our developer support team is available to help with API integration, verification questions, and technical guidance.