llms.txt Content
# PlayAI Docs
## Docs
- [Get Agent Stats](https://docs.play.ai/api-reference/agents/endpoints/v1/agent-stats/get.md): Retrieve the usage statistics of an agent.
- [Get Agent](https://docs.play.ai/api-reference/agents/endpoints/v1/agents/get.md): Retrieve all information about an agent.
- [Update Agent](https://docs.play.ai/api-reference/agents/endpoints/v1/agents/patch.md): Updates the properties of the agent with the specified ID.
- [Create Agent](https://docs.play.ai/api-reference/agents/endpoints/v1/agents/post.md): Create a new PlayAI Agent.
- [Get Agent Conversations](https://docs.play.ai/api-reference/agents/endpoints/v1/conversations/get.md): Retrieve all information about an agent's conversations.
- [Get Agent Conversation](https://docs.play.ai/api-reference/agents/endpoints/v1/conversations/get-one.md): Retrieve all information about an agent conversation.
- [Get Conversation Transcript](https://docs.play.ai/api-reference/agents/endpoints/v1/conversations/get-transcript.md): Retrieve the transcript of a specific agent conversation.
- [Delete External Function](https://docs.play.ai/api-reference/agents/endpoints/v1/external-functions/delete.md): Deletes the external function with the specified ID.
- [Get All External Functions](https://docs.play.ai/api-reference/agents/endpoints/v1/external-functions/get.md): Retrieve all information about all external functions that you have created.
- [Get External Function](https://docs.play.ai/api-reference/agents/endpoints/v1/external-functions/get-one.md): Retrieve all information about the external function with the specified ID.
- [Update External Function](https://docs.play.ai/api-reference/agents/endpoints/v1/external-functions/patch.md): Updates the properties of the external function with the specified ID.
- [Create External Function](https://docs.play.ai/api-reference/agents/endpoints/v1/external-functions/post.md): Use this endpoint to create new external functions.
- [Introduction](https://docs.play.ai/api-r