# OrgChartStudio Public product help. Agent hub: https://www.orgchartstudio.com/agents MCP endpoint: https://www.orgchartstudio.com/mcp API schema: https://www.orgchartstudio.com/openapi.json Call render_org_chart_png for a public watermarked PNG. Use tools/list for the current input schema and limits. Supply source as {"kind":"csv","csvText":"Name,Title,Manager\nAlex,CEO,"}, or {"kind":"people","people":[{"id":"alex","name":"Alex","title":"CEO"}]}. For Excel input, use the source shape returned by tools/list. Review CSV or XLSX inputs with review_org_chart_csv or review_org_chart_xlsx before rendering. Use list_chart_styles to discover the current styles and their schemas. The built-in recipes (`professional`, `boardroom`, `soft`, `department-stripe`) are available as starters. The authoring contract exposes 47 Theme Editor controls. Use list_chart_styles.customSchema as the complete custom style contract; editorControls is partial and incomplete. For per-field formatting, use `fieldTypography` for `name`, `position`, and `department` as allowed by that schema. Authenticate before preview_chart_style (always watermarked) or set_chart_style on a saved chart. Example style argument: ```json { "style": { "recipe": "professional" } } ``` Saved-chart tools require OAuth. Discover scopes at /.well-known/oauth-protected-resource and tools through tools/list.