Device Panel Agent Development Kit

Last Updated on : 2026-03-02 07:34:40download

The development kit provides the necessary interfaces for developing custom device panels. You can implement custom mobile panel development through cloud-to-cloud integration.

Agent settings

API name API endpoint
GET:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/languages
GET:/v1.0/cloud/agent/ai/chat/b/devices/{device_id}/large-models

Agent role

API name API endpoint
POST: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/custom-roles/from-template
GET: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/custom-roles
GET: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/custom-roles/{role_id}
PUT: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/custom-roles/{role_id}
DELETE: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/custom-roles/{role_id}
GET: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/role-templates
GET: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/role-templates/{template_id}
POST: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/role-bindings
GET: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/role-bindings
POST: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/agent-roles/initialization
PUT: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/role-workflow
POST: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/custom-role

Chat management

API name API endpoint
GET: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/history
DELETE: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/history
GET: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/memory/switch
DELETE: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/memories
GET: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/memories
DELETE: /v1.0/cloud/agent/ai/chat/b/devices/{device_id}/chat-context

Agent variables

API name API endpoint
GET: /v1.0/cloud/agent/ai/b/devices/{device_id}/agent-variables
PUT: /v1.0/cloud/agent/ai/b/devices/{device_id}/agent-variables