Skip to content

strale-io/strale-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strale Examples

Copy-paste examples for Strale — trust and quality infrastructure for AI agents.

5 capabilities are free. No signup needed. Try email-validate, dns-lookup, json-repair, url-to-markdown, or iban-validate right now.

For all 250+ capabilities: sign up for €2 in free trial credits.

Quick Start

# Free — no API key needed
curl -s -X POST https://api.strale.io/v1/do \
  -H "Content-Type: application/json" \
  -d '{"capability_slug": "email-validate", "inputs": {"email": "test@example.com"}}' | jq .

Examples by Integration

Folder What's inside
/mcp Config files for Claude Desktop, Cursor, Windsurf, remote MCP
/python Python SDK examples — validate, lookup, dry run, error handling
/typescript TypeScript SDK examples
/langchain LangChain agent integration
/curl Raw API examples, no SDK needed

Examples by Use Case

Folder What's inside
/free-tier Free capabilities — no API key required
/solutions Multi-step workflows (KYC, lead enrichment, etc.)
/agent-patterns Patterns for building agents with Strale

Packages

Package Install Description
strale-mcp npx -y strale-mcp MCP server for Claude, Cursor, Windsurf
straleio npm install straleio TypeScript SDK
straleio pip install straleio Python SDK
langchain-strale pip install langchain-strale LangChain integration
crewai-strale pip install crewai-strale CrewAI integration

Links

License

MIT

About

Copy-paste examples for AI agent capabilities — email validation, GDPR audits, KYC checks, lead enrichment. Free tier, no signup needed.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors