Skip to main content

Settings Overview

The Settings page allows you to manage your organization's configuration, team access, and integrations. Access settings by clicking the gear icon in the top navigation bar.

Settings Page

Integrations

Connect with Android Management API and other services.

Android Management API

Enterprise device management via Google's official API.

FieldDescription
Enterprise IDYour Google-assigned enterprise identifier (starts with enterprises/)
StatusEnabled/Disabled
DomainAssociated Google Workspace domain
Managed DevicesCount of devices managed through AMAPI

A green Connected badge appears next to the integration name when it's active.

Integration Actions

ButtonDescription
Account UpgradeUpgrade to a managed Google domain
Enterprise BindingBind or rebind your enterprise
DisconnectRemove the API connection (shown in red)

Click Configure to open the Edit AMAPI Configuration panel.

Edit AMAPI Configuration

This panel is where you set up or update your Android Management API integration:

Enterprise Configuration

FieldDescription
Enterprise IDThe Google-assigned enterprise ID (starts with enterprises/)
Google Workspace DomainYour organization's Google Workspace domain
Admin EmailGoogle Workspace admin email (must match the workspace domain)

Features

ToggleDescription
Enable AMAPI IntegrationTurns on Android Management API integration
Auto-Sync DevicesAutomatically synchronizes device data. When enabled, set a Sync Interval (minutes) for how often devices sync
Managed Google PlayEnables Managed Google Play for app distribution

Webhooks

FieldDescription
Enable WebhooksTurns on real-time notifications for device events
Webhook URLEndpoint that receives webhook payloads (e.g., https://api.androidnexus.ai/api/v1/webhooks/amapi/pubsub)
Webhook Secret (optional)Used to verify webhook signatures

Connection Test

Click Test Connection to verify the integration is configured correctly.

Organization Settings

Manage your company details and preferences.

FieldEditableDescription
Company NameYesYour organization's display name
Owner EmailNoPrimary account owner's email address
TimezoneYesDefault timezone for reports and timestamps (e.g., America/Los_Angeles)
Default LanguageNoInterface language (e.g., en)

Click the Edit button to modify Company Name and Timezone.

Billing & Subscription

View and manage your plan and payment methods.

FieldDescription
Subscription StatusCurrent subscription state (e.g., Active)
Devices EnrolledNumber of devices currently enrolled

Click Subscription & Billing to manage your plan and payment methods in a separate window.

Support & Contact

Get help and contact information.

FieldDescription
Support Email[email protected]
Documentationhttps://docs.androidnexus.ai/

Team Members

Manage who has access to your organization. Click the orange Invite Member button to add new team members.

The team members table shows:

ColumnDescription
MemberUser email with avatar initial
RolePermission level (Owner, Admin, Member)
StatusAccount status (Active, Pending, Inactive)
JoinedDate the member joined

For detailed information about what each role can do, see Roles & Permissions.

Device Code Settings

Configure how device codes are generated for new enrollments.

FieldDescription
Short CodeEnterprise abbreviation (e.g., AN)
TemplatePattern for device codes

Template Variables

Use these variables in your device code template:

VariableDescriptionExample
{enterprise}Enterprise short codeACME
{platform.short}Platform abbreviationAND, IOS, WIN, CHR, LNX
{counter:N}Zero-padded counter (N = digits)counter:4 → 0042

Default Template: {enterprise}-{platform.short}-{counter:4}

Example Output: AN-AND-0001

Click the Edit button to customize your device code format.

Next Steps