← 返回
数据分析 Key 中文

AgentClear

Discover, call, and pay for APIs through AgentClear — the commerce layer for AI agents. Use when you need to: (1) find an API or tool by describing what you...
通过 AgentClear 发现、调用并支付 API——AI 智能体的商业层。适用于以下场景:(1) 通过描述需求来查找 API 或工具...
dwflickinger
数据分析 clawhub v1.1.0 1 版本 99814.8 Key: 需要
★ 0
Stars
📥 539
下载
💾 7
安装
1
版本
#latest

概述

AgentClear — Agent Commerce Layer

Discover and call paid APIs with natural language. One API key, per-call billing, zero friction.

Setup

Requires AGENTCLEAR_API_KEY environment variable (starts with axk_).

export AGENTCLEAR_API_KEY="axk_your_key_here"

Get a free key with $5 credits: https://agentclear.dev/login

Data & Privacy

  • Discovery queries are used for semantic matching and logged to power the Bounty Board (demand signals for missing services). No PII is collected.
  • Proxy calls forward your payload to the upstream service provider you selected. AgentClear does not store request/response payloads — only billing metadata (service ID, timestamp, cost).
  • API keys authenticate and meter usage. Keys are scoped to your account and can be revoked at any time.
  • All traffic is over HTTPS. See https://agentclear.dev/security for full details.

Endpoints

Base URL: https://agentclear.dev

Discover Services

Find APIs by describing what you need:

curl -X POST https://agentclear.dev/api/discover \
  -H "Authorization: Bearer $AGENTCLEAR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "parse invoices from PDF", "limit": 5}'

Response returns ranked services with id, name, description, price_per_call, and trust_score.

Call a Service

Proxy a request through AgentClear (auto-billed per call):

curl -X POST https://agentclear.dev/api/proxy/{service_id} \
  -H "Authorization: Bearer $AGENTCLEAR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"your": "payload"}'

The payload is forwarded to the upstream service. Response includes the service result plus billing metadata.

List Services

Browse available services:

curl https://agentclear.dev/api/services \
  -H "Authorization: Bearer $AGENTCLEAR_API_KEY"

Workflow

  1. Discover — Describe what you need → get ranked service matches
  2. Evaluate — Check price, trust score, and description
  3. Call — Proxy the request → get result + pay per call
  4. If no service exists, check the Bounty Board at https://agentclear.dev/bounties

Pricing

  • Services range from $0.001 to $1+ per call (provider-set)
  • Platform fee: 2.5%
  • New accounts get $5 free credits
  • Balance auto-deducts per call

Tips

  • Use specific, descriptive queries for better discovery results ("parse QuickBooks QBO files to JSON" beats "parse files")
  • Chain services: discover → call → use result as input to another service
  • If a discover query returns no results, the query is logged as demand on the Bounty Board — providers will build it

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-03-30 18:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,425
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 59,985
data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 56,958