register_agent_api_agents_register_post
Register Agent
Register a new AI agent in the Agentry directory.
Submit an AI agent for listing. The agent will be added immediately and appear in search results. Optional fields like pricing, features, and integrations improve discoverability. An A2A discovery scan will be triggered automatically if the agent URL is reachable.
Responses:
201: Successful Response (Success Response) Content-Type: application/json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL where the agent is accessible | |
| name | Yes | Name of the AI agent to register | |
| category | No | Category for the agent (e.g. Sales & Outreach, Customer Support, Development Tools) | Uncategorized |
| a2a_support | No | Whether the agent supports the A2A protocol (Yes/No/Unknown) | Unknown |
| description | No | A brief description of what the agent does and its capabilities | |
| mcp_support | No | Whether the agent exposes MCP tools (Yes/No/Unknown) | Unknown |
| integrations | No | Comma-separated list of integrations (e.g. Slack, Salesforce, GitHub) | |
| key_features | No | Comma-separated list of key features and capabilities | |
| contact_email | No | Contact email for the agent developer/company | |
| pricing_model | No | Pricing model: Free, Freemium, Subscription, Pay-per-use, Contact for pricing | Unknown |
| starting_price | No | Starting price or pricing tier (e.g. Free, $10/mo, Contact) | Unknown |