Zero setup. Zero code. Zero cost internal services. Just results.
Three simple ways to give your agents access to skills
โจ Recommended - Zero Code
Perfect for Claude Desktop users. No coding required!
Add to Claude Desktop config:
{
"mcpServers": {
"ardf": {
"command": "npx",
"args": ["ardf-mcp-server"]
}
}
}
What you get:
๐ Most Flexible
Works with any language or framework. Full control.
Two simple steps:
# 1. Discover skills
curl -X POST /api/skills/discover \
-d '{"intent": "send email"}'
# 2. Execute skill
curl -X POST /api/skills/{slug}/execute \
-d '{"parameters": {...}}'
What you get:
โก Try in 30 Seconds
See it in action before integrating. No signup needed.
Try these in the playground below:
What you'll see:
| Feature | MCP Server | REST API | Demo |
|---|---|---|---|
| Setup Time | 2 min | 5 min | 30 sec |
| Coding Required | โ No | โ Yes | โ No |
| Works with Claude Desktop | โ Native | โ ๏ธ Manual | โ No |
| Works with Any Language | โ No | โ Yes | โ No |
| Best For | Claude users | Custom agents | Quick testing |
See how agents discover skills using natural language. Just type what you need!
Type your need
Use natural language
AI finds skills
Semantic search in <100ms
Get results
Ranked by relevance
Your agent automatically executes the skill with parameters. Ultra-fast utility skills (~1ms) or AI-powered prompt skills (~2-5s).
Every execution returns exact cost ($0.0001 for utility, $0.001 for prompt). No surprises, full transparency.
Track execution history, monitor performance, and optimize your agent's skill usage over time.
Zero-cost internal services with 99% profit margin
| Feature | ๐ข ARDF Native | ๐ต External APIs |
|---|---|---|
| Cost per Request | $0.00 | $0.001 - $0.10 |
| Profit Margin | 99% | 68% |
| Rate Limits | Unlimited | API-dependent |
| Latency | <10ms | 50-200ms |
| Data Ownership | 100% Yours | Third-party |
| Customization | Full Control | Limited |
| Setup Time | Instant | API Keys Required |
Manage tasks, todos, and project tracking for AI agents
Create, search, and organize notes for agents and users
Save and categorize URLs with metadata and tags
Built for autonomous AI agents
Agents search by INTENT, not keywords. Natural language understanding powered by 64D Matryoshka embeddings.
70-90% cache hit rate means near-instant, near-free discoveries. Average query time under 100ms.
Every API ranked by real metrics: 99.9% uptime, <100ms response, community validated, auto-fallbacks configured.
Automatic failover configuration. If primary API fails, agents seamlessly switch to backup services.
Real-time cost estimation based on context. Know pricing before making API calls.
Auto-generated code snippets in multiple languages. Get started in seconds, not hours.
See how ARDF powers autonomous workflows
Process payments, track shipments, manage inventory. Agent discovers APIs by intent in <100ms with auto-failover.
Route tickets, send notifications, update CRM. Natural language matching with sandboxed execution and full audit trail.
Monitor services, deploy code, analyze logs. Cross-platform discovery with smart fallbacks and 95+ trust scores.
ARDF works seamlessly with popular agent frameworks. Get started in minutes.
Add dynamic skill discovery to your LangChain agents
from ardf.langchain import ARDFToolkit
toolkit = ARDFToolkit(api_key="...")
tools = toolkit.get_tools()
agent = initialize_agent(tools, llm)
Enable autonomous skill discovery in AutoGPT agents
from ardf.autogpt import ARDFPlugin
agent.register_plugin(
ARDFPlugin(api_key="...")
)
# Auto-discovery enabled
Give your crew access to semantic skill discovery
from ardf.crewai import ARDFTool
agent = Agent(
role='Assistant',
tools=[ARDFTool(api_key="...")]
)
Multi-agent systems with dynamic skill discovery
from ardf.autogen import ARDFAgent
assistant = ARDFAgent(
name="assistant",
api_key="..."
)
Enhance RAG agents with skill discovery
from ardf.llamaindex import ARDFTool
tools = ARDFTool.from_api_key(
api_key="..."
)
agent = ReActAgent.from_tools(tools)
Use ARDF from any programming language via REST
curl -X POST \
https://ardf.dev/api/skills/discover \
-H "Authorization: Bearer $KEY" \
-d '{"intent": "send email"}'
ARDF has a simple REST API that works with any agent framework. Or request an official integration.
View API Docs Request IntegrationYour API keys are safer with us than on your laptop
Cloudflare Workers V8 Isolates. All code runs isolated with zero access to your infrastructure.
AES-256-GCM encryption at rest. API keys never logged, never exposed to agents.
Real-time logging. Every execution tracked with timestamp, input/output, and status.
Zero downtime. Revoke any credential instantly, takes effect across all agents immediately.
SOC 2 Ready. Every request validated, rate limited, and anomaly detected by default.
Complete documentation and OpenAPI specs. Clear pricing, no hidden costs, fully auditable operations.
Built specifically for AI agent skill discovery
Semantic search finds the right API in under 100ms. No manual research, no trial and error.
Verified skills with performance tracking and reliability scores. Know what works before you use it.
Automatic failover to alternative APIs when primary fails. Zero-downtime agent workflows.
Every API call runs in isolated Cloudflare Workers. Your infrastructure stays protected.
See real-time costs before execution. Budget controls and usage tracking built-in.
Built for autonomous AI agents, not humans browsing catalogs. Auto-discovery and integration.
See how our proprietary algorithm ranks skills based on performance metrics
Want to improve your Trust Score?
Learn Optimization TipsStart free, scale as you grow
List your API in our marketplace
Appear in search results
$0
Top 3 in category + verified badge
$99/month
Appear first in relevant searches
$199/month
Simple, powerful, well-documented
{
"intent": "send transactional emails",
"context": {
"budget": "free_preferred",
"reliability": "high"
},
"top_k": 5
}
{
"query": "send transactional emails",
"results": 1,
"skills": [{
"name": "Resend Email API",
"relevance_score": 0.95,
"trust_score": 95,
"cost_estimate": "Free up to 100/day",
"quick_start": "npm install resend",
"why_relevant": "Matches: email, transactional"
}]
}
Everything you need to know about ARDF
ARDF uses 64D Matryoshka embeddings to understand the semantic meaning of your query. When you search for "send transactional emails", it matches against our indexed API database and returns the most relevant APIs ranked by trust score, not just keyword matches.
Yes. All credentials are encrypted with AES-256-GCM at rest and never exposed to agents. Code runs in sandboxed Cloudflare Workers V8 Isolates with zero access to your infrastructure. You can revoke keys instantly, and we maintain a complete audit trail.
Free tier includes 100 discoveries/month and basic search. Pro tier ($29/mo) gives you 5,000 discoveries/month, advanced filters, analytics dashboard, API access, and priority support. Enterprise tier offers unlimited discoveries and custom features.
Yes! Free listing gets you into search results. For $99/mo you can get featured placement (top 3 in category + verified badge). For $199/mo, sponsored listings appear first in relevant searches with premium analytics.
Trust scores are calculated from: Uptime (40%), Latency P95 (20%), Success Rate (20%), Community Reviews (10%), and Documentation Quality (10%). Scores are updated in real-time based on actual API performance.
No! You can use the playground to discover APIs without any code. For developers, we provide REST API, SDKs, and integrations with popular frameworks like LangChain, AutoGPT, and more (coming soon).
List your API and get discovered by autonomous agents via semantic search
Agents discover your API automatically when they need your functionality
Simple JSON submission. Auto-verified. Live in minutes, not days.
No upfront cost. Pay only for premium features if you want them.
OpenAPI/Swagger JSON + metadata
We test, index, and embed your API
Agents start discovering your skill
Monitor usage, trust score, adoption
Agents find you by intent, not keywords
Track usage, success rate, trust score
Verified APIs rank higher in results
Code samples, quickstart guides
See what agents need, build features
Real-time usage tracking and metrics
"We listed our payment API on ARDF and saw a 10x increase in agent-driven API calls within 30 days. The semantic discovery is a game-changer."
Join 100+ developers building with ARDF
โ Free to list ยท โ No credit card ยท โ Live in 5 minutes