create_service
List a new service on the402.ai marketplace by defining its name, description, pricing, category, and input requirements to make it discoverable by AI agents worldwide.
Instructions
List a new service on the the402.ai marketplace as a provider. Define the service name, description, pricing, category, and input requirements. Your service will be discoverable by AI agents worldwide. Requires API key (provider account).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Service name (clear, descriptive, max 100 chars) | |
| description | Yes | Detailed description of what the service does, who it's for, and what agents will receive | |
| category | Yes | Service category (e.g., 'data', 'development', 'content', 'security') | |
| price | Yes | Price in USD (e.g., '0.50', '25.00') | |
| pricing_model | No | fixed = set price, quote_required = negotiate per request (default: fixed) | |
| service_type | No | data_api = instant, automated_service = async processing, human_service = expert work | |
| fulfillment_type | No | How the service is fulfilled | |
| estimated_delivery | No | Estimated delivery time (e.g., '< 1 minute', '24 hours', '3-5 days') | |
| tags | No | Tags for discoverability | |
| input_schema | No | JSON Schema defining required input fields agents must provide when purchasing | |
| webhook_url | No | URL to receive webhook notifications for new orders |