Skip to main content
Setting up your account takes just a few minutes and unlocks access to satellite imagery analysis, vegetation index calculations, and field health monitoring across all your farms. Follow these steps to go from a fresh signup to a fully configured account ready for your first analysis.
1

Create Your Account

Navigate to app.example.com and click Sign Up. Enter your name, email address, and a strong password, then click Create Account.Check your inbox for a verification email from noreply@example.com and click Confirm Email Address. You must verify your email before you can log in or access any platform features.
If you don’t receive the verification email within a few minutes, check your spam or junk folder. You can also request a new verification link from the login page by clicking Resend verification email.
2

Complete Your Profile

After your first login, the platform prompts you to complete your organization profile. Fill in the following fields:
  • Organization Name — your farm, cooperative, or business name as it should appear in reports and exports.
  • Country — used to determine default coordinate systems, units, and available imagery sources for your region.
  • Primary Crop Types — select all crops you commonly manage (for example, corn, soybeans, wheat, cotton). This helps the platform suggest relevant vegetation indices and growth-stage benchmarks.
Click Save Profile when done. You can update any of these details later from Settings → Organization.
3

Choose a Plan

Select the plan that fits the scale of your operation. You can start on the Free tier immediately and upgrade at any time.To select or upgrade your plan, go to Settings → Billing and click Choose Plan. Pro and Enterprise plans are billed monthly or annually — annual billing includes a 20% discount.
If you are evaluating the platform for a large operation, contact sales@example.com to request an Enterprise trial with full feature access and no field limits.
4

Generate Your API Key

The SemaiSens REST API uses API keys for authentication. To generate a key:
  1. Go to Settings → API Keys.
  2. Click New Key.
  3. Enter a descriptive name for the key — for example, production-integration or personal-scripts.
  4. Click Generate.
  5. Copy the key from the dialog immediately.
Your API key is shown only once. If you navigate away without copying it, you must revoke the key and generate a new one. Never embed your API key directly in source code, commit it to a repository, or share it in plaintext. Store it in an environment variable or a secrets manager.
Pass your API key as a Bearer token in the Authorization header of every API request:
You can create multiple API keys — for example, one per application or team member. Revoke any key at any time from the Settings → API Keys page without affecting other keys.

Team and Permissions

You can invite colleagues, agronomists, or contractors to your organization so they can view or contribute to your field data. Each team member is assigned one of three roles: To invite a team member:
  1. Go to Settings → Team.
  2. Click Invite Member.
  3. Enter their email address and select their role.
  4. Click Send Invite.
The invitee receives an email with a link to accept the invitation and set up their own login. Pending invitations are listed on the Team page and can be resent or cancelled at any time.
Single sign-on (SSO) via SAML 2.0 is available on Enterprise plans. SSO lets your team log in using your existing identity provider (such as Okta, Azure AD, or Google Workspace) without managing separate passwords. Contact support@example.com to enable SSO for your organization.