# UponAI ## Docs - [Analyze](https://documentation.uponai.com/Deploy/analyze.md) - [Deploy](https://documentation.uponai.com/Deploy/index.md) - [Test](https://documentation.uponai.com/Test/index.md) - [Get concurrency](https://documentation.uponai.com/api-reference/account/get-concurrency.md): Retrieve concurrency limits and current usage for the account. - [Create agent](https://documentation.uponai.com/api-reference/agents/create-agent.md): Create a new UponAI agent for use in calls and web sessions. - [Delete agent](https://documentation.uponai.com/api-reference/agents/delete-agent.md): Permanently remove an agent and all saved versions. - [Get agent](https://documentation.uponai.com/api-reference/agents/get-agent.md): Retrieve the active configuration or a historical version of an agent. - [List agent versions](https://documentation.uponai.com/api-reference/agents/list-agent-versions.md): Review the revision history for an agent. - [List agents](https://documentation.uponai.com/api-reference/agents/list-agents.md): List agents created inside a workspace. - [Update agent](https://documentation.uponai.com/api-reference/agents/update-agent.md): Apply partial updates to an existing agent configuration. - [Create phone call](https://documentation.uponai.com/api-reference/calls/create-phone-call.md): Initiate a PSTN phone call via UponAI infrastructure. - [Create web call](https://documentation.uponai.com/api-reference/calls/create-web-call.md): Start a browser based call session powered by an UponAI agent. - [Get call](https://documentation.uponai.com/api-reference/calls/get-call.md): Retrieve details for a specific call. - [List calls](https://documentation.uponai.com/api-reference/calls/list-calls.md): List calls with optional workspace, agent, status, and date filters. - [Update call](https://documentation.uponai.com/api-reference/calls/update-call.md): Update stored metadata or opt out of sensitive data storage. - [Create conversation flow](https://documentation.uponai.com/api-reference/conversation-flows/create-conversation-flow.md): Compose a reusable flow graph for agents to attach to. - [Delete conversation flow](https://documentation.uponai.com/api-reference/conversation-flows/delete-conversation-flow.md): Remove a conversation flow and its versions. - [Get conversation flow](https://documentation.uponai.com/api-reference/conversation-flows/get-conversation-flow.md): Retrieve the latest or a specific version of a conversation flow. - [List conversation flows](https://documentation.uponai.com/api-reference/conversation-flows/list-conversation-flows.md): Enumerate conversation flows for the workspace. - [Update conversation flow](https://documentation.uponai.com/api-reference/conversation-flows/update-conversation-flow.md): Apply partial updates to a conversation flow. - [Add knowledge base sources](https://documentation.uponai.com/api-reference/knowledge-bases/add-knowledge-base-sources.md): Append new source material to an existing knowledge base. - [Create knowledge base](https://documentation.uponai.com/api-reference/knowledge-bases/create-knowledge-base.md): Create a knowledge base and ingest documents, URLs, or free-form text for grounded responses. - [Delete knowledge base](https://documentation.uponai.com/api-reference/knowledge-bases/delete-knowledge-base.md): Permanently remove a knowledge base and its sources. - [Delete knowledge base source](https://documentation.uponai.com/api-reference/knowledge-bases/delete-knowledge-base-source.md): Remove a specific source entry from a knowledge base. - [Get knowledge base](https://documentation.uponai.com/api-reference/knowledge-bases/get-knowledge-base.md): Retrieve knowledge base metadata and ingestion status. - [List knowledge bases](https://documentation.uponai.com/api-reference/knowledge-bases/list-knowledge-bases.md): Enumerate knowledge bases available to the workspace. - [Create LLM](https://documentation.uponai.com/api-reference/llm-models/create-llm.md): Provision a new UponAI large language model configuration. - [Delete LLM](https://documentation.uponai.com/api-reference/llm-models/delete-llm.md): Permanently delete an LLM configuration and its versions. - [Get LLM](https://documentation.uponai.com/api-reference/llm-models/get-llm.md): Retrieve the latest or a specific version of an LLM configuration. - [List LLMs](https://documentation.uponai.com/api-reference/llm-models/list-llms.md): Enumerate the UponAI LLM configurations available to a workspace. Results are returned newest first. - [Update LLM](https://documentation.uponai.com/api-reference/llm-models/update-llm.md): Apply partial updates to an existing LLM configuration. - [Get voice](https://documentation.uponai.com/api-reference/voices/get-voice.md): Retrieve metadata for a specific voice. - [List voices](https://documentation.uponai.com/api-reference/voices/list-voices.md): Explore the UponAI voice catalog available to a workspace. - [Stream voice sample](https://documentation.uponai.com/api-reference/voices/stream-voice-sample.md): Stream an MPEG sample to preview the voice. - [AI Agent Settings](https://documentation.uponai.com/build/advanced-customization.md): Learn how to configure your AI agent’s settings to make it unique and optimized for your needs. - [Understanding Functions](https://documentation.uponai.com/build/functions.md): Learn how to extend your AI agent with capabilities like transferring calls, booking appointments, and more. - [Knowledge Base](https://documentation.uponai.com/build/knowledge-base.md): Extra Information for Your Agent Tab - [Setup a Single / Multi Prompt Agent](https://documentation.uponai.com/build/setup-agent.md): Learn how to create and structure prompts for your AI agent. ## OpenAPI Specs - [openapi](https://documentation.uponai.com/openapi.json)