← Back to search
95
Agent Ready
Agentic Readiness Score
ecommerce ai-pluginopenapiapimcpshippingmusicllms-txt

Agentic Signals

📄
Found
🤖
Found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Found

Embed this badge

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

Agentic Ready 95/100

            

llms.txt Content

# PodDrop > Two-sided marketplace for host-read podcast ads: advertisers upload 30-second scripts, creators claim and deliver them, platform holds funds in escrow until verification. PodDrop connects advertisers with podcast creators for native host-read ads. Advertisers register, upload scripts with target show criteria, and fund escrow. Creators browse the marketplace, claim matching scripts, record and deliver, and get paid on verification. Disputes handled via admin review. ## Product - [PodDrop marketplace](https://poddrop.arflow.io): Live product - Advertisers: [Register](https://poddrop.arflow.io/advertiser/register) · [Dashboard](https://poddrop.arflow.io/advertiser/dashboard) - Creators: [Register](https://poddrop.arflow.io/creator/register) · [Marketplace](https://poddrop.arflow.io/creator/marketplace) · [Dashboard](https://poddrop.arflow.io/creator/dashboard) ## API (for AI agents) PodDrop exposes a REST API under `/api/poddrop/` for programmatic advertiser + creator workflows. - [OpenAPI Spec](https://poddrop.arflow.io/openapi.yaml): full endpoint documentation - [AI Plugin Manifest](https://poddrop.arflow.io/.well-known/ai-plugin.json) - [MCP Manifest](https://poddrop.arflow.io/.well-known/mcp.json): preview-stage Model Context Protocol descriptor (tool surface activates on GA) - Key endpoints: - `POST /api/poddrop/advertisers/register` — register advertiser - `POST /api/poddrop/scripts` — upload ad script - `GET /api/poddrop/browse` — browse available scripts (for creators) - `POST /api/poddrop/scripts/:id/claim` — creator claims script - `GET /api/poddrop/claims/:id` — claim status ## Escrow & Payments Payments use Stripe Connect. Funds are held in escrow from script upload until delivery verification passes. Disputes route to admin review before fund release or refund. ## Contact Website: https://poddrop.arflow.io

OpenAPI Spec (preview)

openapi: 3.1.0 info: title: PodDrop API version: "1.0.0" description: | Two-sided marketplace for host-read podcast ads. Advertisers upload 30-second scripts with target criteria and fund escrow; creators browse, claim, deliver, and get paid on verification. contact: url: https://poddrop.arflow.io servers: - url: https://poddrop.arflow.io description: Production paths: /api/poddrop/advertisers/register: post: summary: Register a new advertiser oper