User Skills
User skills let agents manage user accounts and authentication.
user.login
Authenticate a user and get access tokens.
{
"skill": "user.login",
"input": {
"account": "admin",
"password": "password"
}
}
user.info
Get current user information.
{
"skill": "user.info",
"input": {}
}