Documentation

Go to Portal Website

Glossary

Use this glossary when a term appears in the AppTego Portal, API, CI/CD integrations, or public documentation.

TermMeaning
AppTegoThe mobile application protection platform used to configure, build, monitor, and automate protected Android and iOS apps.
AppTego PortalWeb interface for tenant configuration, protected builds, security dashboards, users, billing, support, and documents.
MobileDefenderThe AppTego runtime protection component included in protected apps.
Protected artifactThe APK, AAB, or IPA produced by AppTego after protection is applied.
Source artifactThe original compiled APK, AAB, or IPA uploaded to AppTego for protection.
Build jobA portal, API, or CI/CD protection run for one uploaded source artifact. Automation API jobs use a returned job_id; portal and Management API build records are also tied to a build timestamp.
Standard ModeThe default integration model where AppTego protects a compiled app without requiring source code changes.
Library ModeEnterprise integration model, also called Custom Library or BYOA, where teams embed a MobileDefender library directly in source code for custom runtime control.
Detection controlRuntime control that identifies a threat condition and triggers a configured response action.
Prevention controlRuntime or build-time control that blocks or hardens behavior without a separate response action.
Response actionThe behavior AppTego applies when a detection fires: Log, Terminate, Message, or Redirect, depending on the control and tenant plan.
App integrityValidation that the app, device attestation result, or protected binary state remains trustworthy, including Google Play Integrity and Apple App Attest where configured.
ObfuscationBuild-time transformations that make reverse engineering and binary analysis more difficult.
Configuration versionThe Development, Staging, or Production settings applied to a protected build. API responses use the canonical values development, staging, and production.
PromotionMoving configuration from Development to Staging or from Staging to Production after validation.
Deployment environmentsTenant workflow that, when enabled, exposes separate Development, Staging, and Production configuration versions for safer rollout.
Live configuration pushEnterprise capability for updating supported runtime settings without rebuilding, when the app was prepared for live updates before release. Build-time controls and structural changes still require a new protected build.
Automation APICI/CD-focused API used to request signed upload URLs, poll protection status, and request signed download URLs for protected artifacts.
Management APIAdministrative API used to manage portal configuration, users, builds, logs, tenant features, and reporting.
Automation keyRaw key_id:key_secret credential used by CI/CD integrations and the Automation API. It is sent as a Bearer token and is not Base64-encoded.
API tokenManagement API credential made from token_key:token_secret, Base64-encoded and sent as a Bearer token with scoped portal permissions.
Temporary test signingAppTego-generated signing used for installable QA builds when no customer signing key is selected. It is not intended for app store distribution.
TenantAn AppTego workspace containing its own apps, users, configuration, builds, logs, subscription, and settings.