# Agents Agent management operations. Agents are automated entities that can perform operations on behalf of users. ## Create a new AI agent for an account - [POST /accounts/{accountId}/agents](https://docs.syncdocs.ai/api/sync-cloud-openapi/agents/createagent.md): Creates a new AI agent with specified instructions and behavior for the account ## List all agents for an account - [GET /accounts/{accountId}/agents](https://docs.syncdocs.ai/api/sync-cloud-openapi/agents/listagents.md): Retrieves a list of all AI agents associated with the specified account ## Get a specific agent by ID - [GET /accounts/{accountId}/agents/{agentId}](https://docs.syncdocs.ai/api/sync-cloud-openapi/agents/getagent.md): Retrieves detailed information about a specific AI agent ## Update an existing agent - [PUT /accounts/{accountId}/agents/{agentId}](https://docs.syncdocs.ai/api/sync-cloud-openapi/agents/updateagent.md): Updates the properties of an existing AI agent ## Delete an agent - [DELETE /accounts/{accountId}/agents/{agentId}](https://docs.syncdocs.ai/api/sync-cloud-openapi/agents/deleteagent.md): Permanently deletes an AI agent from the account