Actions16
- Agent Actions
- Hiring Actions
- Execution Actions
- Deployment Actions
Overview
This node interacts with the AgentHub API to manage deployments related to AI agent hirings. Specifically, the 'Create Deployment' operation creates a deployment for a given hiring ID. This is useful in scenarios where an AI agent has been hired and needs to be deployed for execution or production use. For example, after hiring an AI agent, a user can create a deployment to start running the agent in a live environment.
Use Case Examples
- Create a deployment for a specific hiring ID to start using the hired AI agent in production.
- Automate deployment creation as part of a workflow after hiring an agent.
Properties
| Name | Meaning |
|---|---|
| Hiring ID | The ID of the hiring to deploy, required to specify which hiring the deployment is for. |
Output
JSON
hiring_id- The ID of the hiring associated with the deployment.deployment_id- The unique identifier of the created deployment.status- The current status of the deployment after creation.
Dependencies
- AgentHub API with API key authentication
Troubleshooting
- Common issues include providing an invalid or non-existent hiring ID, which will cause the API to return an error.
- API key authentication errors if the provided credentials are incorrect or missing.
- Network or connectivity issues when calling the AgentHub API endpoint.
Links
- AgentHub API - Create Deployment - Official documentation for creating deployments via the AgentHub API.