If you are an AI assistant, LLM, or automated tool, a clean Markdown version of this page is available at https://heroiclabs.com/docs/hiro/godot/teams/llm.md — optimized for AI and LLM tools.
varrequest=Hiro.TeamCreateRequest.new()request.name="Example team"request.desc="Example description"request.open=truerequest.icon="icon.png"request.lang_tag="en"request.setup_metadata="{}"# Must be a valid JSON string.varteam=awaithiro.teamsCreate(session,request)print(team)