ae_register_service
Register a new service on the Remno marketplace. Requires input/output JSON Schemas and pricing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Service name | |
| tags | No | Comma-separated tags | |
| version | Yes | Semantic version (e.g. '1.0.0') | |
| category | Yes | Service category | |
| currency | No | ISO 4217 currency code. Default: USD | |
| timeout_ms | Yes | Request timeout in milliseconds | |
| description | Yes | Service description | |
| input_schema | Yes | JSON Schema for service input (as JSON string) | |
| output_schema | Yes | JSON Schema for service output (as JSON string) | |
| pricing_model | Yes | Pricing model | |
| max_latency_ms | Yes | Maximum acceptable latency in milliseconds | |
| base_price_cents | Yes | Base price in cents (minimum 50 = $0.50) |