- Getting started
- UiPath Agents in Studio Web
- About UiPath Agents
- Licensing
- Coded agents in Studio Web
- Running agents
- Prompts
- Working with files
- Contexts
- Escalations and Agent Memory
- Evaluations
- Agent traces
- Agent score
- Managing UiPath agents
- UiPath Coded agents

Agents user guide
UiPath TypeScript SDK
Overview
You can build custom interfaces and applications that interact with conversational agents programmatically using the public UiPath TypeScript SDK. This allows developers to integrate conversational agent capabilities directly into their own web applications, portals, or other custom surfaces.
Intended users: Developers who need to deeply integrate conversational agent interactions into custom-built applications outside of the standard UiPath channels and supported integrations.
Feature availability
| Feature | Available |
|---|---|
| Start new chat | ✅ |
| Chat history | ✅ |
| Delete chat session | ✅ |
| Settings | ❌ |
| Starting prompts | ❌ |
| File uploads | ✅ |
| Citations | ✅ |
| HTML preview | ✅** |
| Copy response | ✅** |
| Feedback (thumbs) | ✅ |
| Debug dump | ✅** |
** These are front-end features that can be configured by the developer in their custom implementation.
Getting started
Refer to the UiPath TypeScript SDK documentation for full API reference, setup instructions, and code examples for integrating conversational agents into your application.