KEYCLOAK_ADMIN_CLIENT_ID / KEYCLOAK_ADMIN_CLIENT_SECRET (realmKEYCLOAK_ADMIN_REALM or master). New clients are created inKEYCLOAK_REALM. A matching CLIENT workspace access row is added so thecurl --location 'https://test.your-api-server.com/admin/workspaces//keycloak/agent-client' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"client_id": "string"
}'{
"client_id": "string",
"client_secret": "string"
}