Actions16
- Agent Actions
- Hiring Actions
- Execution Actions
- Deployment Actions
Overview
This node interacts with the AgentHub API to manage the lifecycle of AI agent hirings. Specifically, the 'Activate Hiring' operation activates a previously suspended hiring of an AI agent, allowing the agent to resume its tasks. This is useful in scenarios where an agent's activity was paused and needs to be restarted, such as reactivating a suspended AI assistant or service agent.
Use Case Examples
- Reactivating a suspended AI agent hiring to resume its operations.
- Managing agent hirings by toggling their active status based on project needs.
Properties
| Name | Meaning |
|---|---|
| Hiring ID | The unique identifier of the hiring to be activated, required to specify which hiring to activate. |
| Notes | Optional notes or comments related to the activation operation, providing context or reasons for activation. |
Output
JSON
id- The unique identifier of the hiring that was activated.status- The current status of the hiring after activation, typically indicating it is active.notes- Any notes associated with the activation operation.updatedAt- Timestamp indicating when the hiring was last updated, reflecting the activation time.
Dependencies
- AgentHub API with API key authentication
Troubleshooting
- Ensure the Hiring ID provided is valid and corresponds to an existing suspended hiring; otherwise, the activation will fail.
- Check that the API key credential is correctly configured and has the necessary permissions to perform hiring activations.
- If the node throws an error about missing parameters, verify that the Hiring ID is set and is a number.
- Network or API errors may occur if the AgentHub service is unreachable; verify network connectivity and API endpoint availability.
Links
- AgentHub API - Activate Hiring - Official documentation for the Activate Hiring endpoint in the AgentHub API.