cURL
curl --request POST \ --url https://app.opencomputer.dev/v1/agents/{agentId}/channels/{channel} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "bot_token": "<string>" } '
{ "channel": "telegram", "status": "connected" }
oc agent connect <id> <channel>
telegram