Actions16
- Agent Actions
- Hiring Actions
- Execution Actions
- Deployment Actions
Overview
This node interacts with the AgentHub AI platform to manage and retrieve information about AI agents. Specifically, the 'Get Agent' operation fetches detailed information about a single agent by its unique ID. This is useful for workflows that need to access agent metadata or configuration details for further processing or decision-making.
Use Case Examples
- Retrieve detailed information about a specific AI agent by providing its Agent ID.
- Use the agent details to customize or trigger other automation steps based on agent capabilities or status.
Properties
| Name | Meaning |
|---|---|
| Agent ID | The unique identifier of the agent to retrieve. This is a required input for the 'Get Agent' operation. |
Output
JSON
id- The unique identifier of the agent.name- The name of the agent.description- A description of the agent's purpose or capabilities.category- The category or classification of the agent.status- The current status of the agent (e.g., active, inactive).createdAt- Timestamp when the agent was created.updatedAt- Timestamp when the agent was last updated.
Dependencies
- Requires an API key credential for AgentHub API access, provided via node credentials.
Troubleshooting
- Ensure the Agent ID provided is correct and exists in the AgentHub platform to avoid 'not found' errors.
- Verify that the API key credential is valid and has sufficient permissions to access agent details.
- Handle network or API errors gracefully, possibly by enabling 'Continue On Fail' to avoid workflow interruption.