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/typescript/teams/llm.md — optimized for AI and LLM tools.
constrequest=newTeamCreateRequest();request.name="Example team";request.desc="Example description";request.open=true;request.icon="icon.png";request.lang_tag="en";request.setup_metadata="{}";// Must be a valid JSON string.
constteam=awaithiroClient.teamsCreate(session,request);console.log(team);