Unity · Arazzo Workflow
Unity Leaderboard Provisioning
Version 1.0.0
Create a leaderboard, seed it with an initial player score, then read the top scores.
View Spec
View on GitHub
Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud GamingArazzoWorkflows
Provider
Workflows
leaderboard-provision
Create a leaderboard, seed an initial score, and read the rankings.
Creates a leaderboard definition, submits a seed score for a player, then reads the top of the leaderboard.
1
createLeaderboard
Create the leaderboard definition with the supplied id and sort order.
2
seedScore
Submit a seed score for a player so the new leaderboard has at least one ranked entry.
3
readScores
Read the top scores from the new leaderboard to confirm the seed entry is ranked.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.