Calling A2A endpoint with an organization token fails. Steps to reprocude:
{
"jsonrpc": "2.0",
"id": 1,
"error": {
"code": -32603,
"message": "Failed query: insert into \"user_token\" (\"id\", \"organization_id\", \"user_id\", \"name\", \"secret_id\", \"token_start\", \"created_at\", \"last_used_at\") values (default, $1, $2, $3, $4, $5, default, default) returning \"id\", \"organization_id\", \"user_id\", \"name\", \"secret_id\", \"token_start\", \"created_at\", \"last_used_at\"\nparams: default-org,system,Personal Token,7aff233b-0062-4f29-9464-74d09078023a,archestra_81fa"
}
}
Note, that this bug is reported by community member here.
Calling A2A endpoint with an organization token fails. Steps to reprocude: