Skip to main content

Admin Getting Started

This guide walks you through the initial setup of your Tegendo.AI organization, from inviting your first users to configuring security policies and model access.

Admin dashboard overview

The admin dashboard is accessible to users with the Admin role. Navigate to Settings in the sidebar to access it. The dashboard is organized into the following sections:
SectionDescription
MembersManage users, roles, and invitations
TeamsOrganize users into groups with shared permissions
ModelsConfigure which AI models are available and set defaults
SkillsCreate and manage organization-wide skills
IntegrationsConnect external tools and services
SecurityConfigure SSO, data retention, and audit settings
BillingManage your subscription and view usage

Initial setup checklist

Follow this checklist to get your organization production-ready:
1

Configure SSO

Set up Single Sign-On with your identity provider (Okta, Azure AD, Google Workspace, etc.) to streamline authentication and enforce your security policies.Set up SSO
2

Set model policies

Choose which AI models your organization can access and set a default model. You can restrict specific models by role or team.Configure model policies
3

Invite members

Invite your team via email or SCIM provisioning. Assign roles to control access levels.
4

Create teams

Organize members into teams. Teams can have their own model policies, default agents, and access controls.
5

Configure data retention

Set how long conversation data is retained based on your compliance requirements.Configure data retention
6

Set up integrations

Connect Google Workspace, Slack, Confluence, and other tools your team uses.Set up integrations
7

Create organization skills

Build skills that encode your company’s standards, conventions, and best practices.Create skills
8

Review security settings

Enable audit logging, configure IP allowlists, and review the security overview.Security overview

Inviting members

Email invitations

  1. Go to Settings > Members
  2. Click Invite Members
  3. Enter one or more email addresses (comma-separated)
  4. Select a role for the invited users
  5. Click Send Invitations
Invitees receive an email with a link to create their account or sign in (if SSO is configured). Pending invitations are shown in the Members tab with an “Invited” status.

Bulk import

For large teams, use the CSV import feature:
  1. Click Import CSV in the Members tab
  2. Upload a CSV with columns: email, role, team
  3. Review the preview and click Import

SCIM provisioning

If you’ve configured SCIM with your identity provider, users are automatically provisioned when added to the assigned group in your IdP. See the SSO and SCIM guide for setup instructions.

Roles

Tegendo.AI uses role-based access control with the following built-in roles:
RoleCapabilities
AdminFull access to all settings, members, billing, and security configuration
ManagerCan manage teams, create organization agents and skills, view analytics
MemberStandard access to chat, agents, skills, and projects
ViewerRead-only access to shared conversations and published agents
See the RBAC guide for details on creating custom roles and fine-grained permissions.

Setting up model policies

Model policies control which AI models are available to your organization and how they are used.
  1. Go to Settings > Models
  2. For each model, configure:
    • Enabled/Disabled — Whether the model is available
    • Default — Set one model as the default for new conversations
    • Role restrictions — Restrict access to specific roles (e.g., only Admins can use Opus)
    • Rate limits — Set per-user or per-team usage limits
Model availability also depends on your subscription plan. Enterprise plans include access to all models. See Billing for plan details.

Configuring feature flags

Admins can toggle platform features for their organization:
FeatureDescriptionDefault
Conversation sharingAllow users to share conversations with teammatesEnabled
File uploadsAllow file attachments in chatEnabled
Personal skillsAllow users to create their own skillsEnabled
Agent creationAllow non-admin users to create agentsDisabled
Web searchEnable web search tool in conversationsEnabled
API accessAllow programmatic access via the APIDisabled
Navigate to Settings > Features to manage these toggles.

Security settings

Quick-access security configurations available in the admin dashboard:
  • Enforce SSO — Require all users to authenticate via SSO (disables password login)
  • Session timeout — Set the idle session timeout duration (default: 24 hours)
  • IP allowlist — Restrict access to specific IP ranges
  • Audit logging — Enable comprehensive audit logging (enabled by default)
  • Data retention — Configure automatic data deletion schedules
For a complete security configuration guide, see the Security overview.