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/python/teams/llm.md — optimized for AI and LLM tools.
request=TeamCreateRequest()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 stringteam=awaithiro_client.teams_create(request)print(team)