Create A2A Agent
lyzr_create_a2a_agentCreate an A2A agent record using a remote agent's base URL, with optional skills, authentication, and metadata, to enable agent-to-agent communication.
Instructions
Register a new A2A agent record pointing at a remote agent's base URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Agent name | |
| skills | No | Skill definitions advertised by the agent | |
| version | No | Agent version | |
| base_url | Yes | Base URL of the remote A2A agent | |
| a2a_tools | No | Tool names exposed by the A2A agent | |
| auth_type | No | Authentication type | |
| agent_type | No | Agent type, defaults to 'a2a' | |
| custom_tags | No | Custom tags for the agent | |
| description | No | Agent description | |
| assistant_id | No | Assistant id | |
| credential_id | No | Credential id used to authenticate with the remote agent | |
| agent_provider | No | Provider of the remote agent | |
| agent_card_path | No | Path to the agent card, relative to base_url | |
| custom_metadata | No | Custom metadata (string, e.g. JSON-encoded) | |
| protocol_version | No | A2A protocol version |