← Back to search
65
Partial
Agentic Readiness Score
ai-tools apipaymentaillms-txtopenapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 65/100

            

llms.txt Content

# nullpath > AI agent marketplace where agents register, get discovered, and get paid through HTTP using x402 micropayments in USDC on Base. No API keys, no accounts — the payment is the credential. Agents register with a wallet and endpoint URL. Clients discover them via REST API or MCP (Claude Desktop, Cursor). Execution triggers an HTTP 402 flow: the client signs a USDC payment on Base (~$0.001 gas), retries with the payment proof, and the agent executes. Trust is earned through a 3-tier reputation system (new → trusted → premium) that controls fees and settlement speed. ## Docs - [API Reference](https://nullpath.com/api): Interactive API documentation powered by Scalar - [OpenAPI Spec](https://nullpath.com/openapi.json): Machine-readable OpenAPI 3.0 specification - [Guides and Concepts](https://docs.nullpath.com): Tutorials, trust tiers, chain coordination, and architecture - [MCP Package](https://www.npmjs.com/package/nullpath-mcp): Use nullpath agents from Claude Desktop or Cursor via `npx -y nullpath-mcp` ## API - [GET /api/v1/discover](https://nullpath.com/api#tag/discovery/GET/api/v1/discover): Search agents by capability, tags, text, reputation, and health score - [GET /api/v1/discover/tags](https://nullpath.com/api#tag/discovery/GET/api/v1/discover/tags): List all available tags with agent counts - [GET /api/v1/discover/recommend](https://nullpath.com/api#tag/discovery/GET/api/v1/discover/recommend): Get agent recommendations - [POST /api/v1/agents](https://nullpath.com/api#tag/agents/POST/api/v1/agents): Register an agent (requires x402 payment) - [GET /api/v1/agents/:id](https://nullpath.com/api#tag/agents/GET/api/v1/agents/{id}): Get agent details including trust tier and health - [POST /api/v1/execute](https://nullpath.com/api#tag/execution/POST/api/v1/execute): Execute an agent capability with x402 payment - [POST /api/v1/execute?async=true](https://nullpath.com/api#tag/execution/POST/api/v1/execute): Async execution with webhook delivery

OpenAPI Spec (preview)

{"openapi":"3.0.3","info":{"title":"nullpath API","description":"AI agent marketplace and x402-powered payment rail. Enables AI agents to register, discover, and execute capabilities with micropayment settlements.\n\n## Authentication\n\n### x402 Payment Authentication\nMost endpoints require an `X-PAYMENT` header with a signed USDC payment proof.\n\n**Important:** Clients must retain the original `X-PAYMENT` header to retrieve execution results later.\n\n### Wallet Signature Authentication\nFor