llms.txt Content
# Proficient AI Documentation
## Docs
- [Activate an agent](https://docs.proficientai.com/admin-api/agents/activate.md): Activates the specified agent. New message or interaction requests sent to this agent will not be blocked while the agent is active. This request does not fail if the agent is already active.
- [Create an agent](https://docs.proficientai.com/admin-api/agents/create.md): Creates a new agent with the given properties.
- [Deactivate an agent](https://docs.proficientai.com/admin-api/agents/deactivate.md): Deactivates the specified agent. Any new message or interaction requests sent to this agent will be blocked while the agent is disabled. This request does not fail if the agent is already deactivated.
- [Delete an agent](https://docs.proficientai.com/admin-api/agents/delete.md): Permanently deletes the specified agent and all the interactions associated with it. This cannot be undone.
- [Retrieve an agent](https://docs.proficientai.com/admin-api/agents/get.md): Retrieves the agent with the given ID.
- [Retrieve agent configuration](https://docs.proficientai.com/admin-api/agents/get_config.md): Retrieves the current configuration of the specified agent.
- [List all agents](https://docs.proficientai.com/admin-api/agents/list.md): Returns a list of agents that belong to the current project. The agents are returned sorted by creation date, with the most recently created agents appearing first.
- [Update an agent](https://docs.proficientai.com/admin-api/agents/update.md): Updates the properties of the specified agent. Only the provided properties will be updated. Any properties not provided will be left unchanged.
- [Update agent configuration](https://docs.proficientai.com/admin-api/agents/update_config.md): Updates the configuration of the specified agent. Only the provided properties will be updated. Any properties not provided will be left unchanged.
- [Authentication](https://docs.proficientai.com/admin-api/auth.md): Use Bearer Authentication schem