Skip to main content
Creates an assistant with one provider configuration. You can also attach tags, tools, and knowledge during creation.
For setup and authentication options, see the Installation guide and Authentication.

Parameters

connectionConfig
ConnectionConfig
required
Configuration for the client connection.
request
CreateAssistantRequest
required

Usage

Create an AgentKit assistant

Use the agentkit provider when Rapida should handle telephony, STT, and TTS while your backend handles reasoning over the AgentKit gRPC stream.

Response

code
int32
Numeric status code for the operation.
success
boolean
Indicates whether the operation was successful.
data
Assistant
Created assistant.
error
Error
Error details when the operation fails.