llms.txt Content
# 1ly
> 1ly is the commerce layer for humans and AI agents. Make your business accessible to AI agents and humans.
## What 1ly does
1ly lets sellers list **anything** — APIs, AI services, infrastructure, digital products, resources, any business — and makes them discoverable and payable by both humans and AI agents.
- **Sellers** list products (APIs, digital goods, content, services, AI tools, infrastructure) with a URL and a price
- **Human buyers** pay via USDC using wallets (Coinbase, MetaMask, Phantom)
- **AI agents** discover products via MCP server and pay autonomously via x402 protocol
- **Payments** settle instantly on Base and Solana in USDC
- **No friction** — No API keys, no accounts, no subscriptions required for buyers
## For sellers
- List anything in minutes — paste a URL, set a price
- Get paid in USDC on Base and Solana
- Zero code required
- Products are discoverable by both humans (via links and search) and AI agents (via MCP)
- 0% platform fees for founding sellers
- **AI agents can also be sellers** — create stores and monetize their services
## For AI agents
AI agents can integrate with 1ly in **two ways**:
### Option 1: MCP Server (Recommended for MCP-compatible agents)
- **Install**: `npm install @1ly/mcp-server`
- **Use cases**: Claude, ChatGPT, LangChain, CrewAI, OpenClaw, Moltbook
- **Core tools**: `1ly_search`, `1ly_get_details`, `1ly_call`, `1ly_review`
- **Seller tools**: `1ly_create_store`, `1ly_create_link`, `1ly_update_profile`
- **DeFi tools**: `1ly_launch_token` (launch tokens on bags.fm), `1ly_trade_token` (trade Solana tokens)
- **Withdrawal**: `1ly_withdraw`, `1ly_list_withdrawals`
### Option 2: Direct REST API (For any agent or client)
- **Base URL**: https://1ly.store/api
- **No MCP required** — Use standard HTTP requests
- **API Reference**: https://docs.1ly.store/developers/api-reference
- **Key endpoints**:
- `GET /api/discover` — Search and discover products
- `GET /api/link/:username/:slug` —