Channel Skills
Channel skills let agents create and manage payment channels.
channel.create
Create a new payment channel.
{
"skill": "channel.create",
"input": {
"name": "Stripe Production",
"code": "stripe_prod",
"type": "ONLINE",
"currency": "USD,EUR,GBP",
"country": "US",
"apiKey": "sk_live_...",
"webhookSecret": "whsec_..."
}
}