User Guide

Developer Portal

Create and publish your own Agent Apps from within AssistMe.

Overview

AssistMe includes a built-in Developer Portal accessible from the Settings tab. It lets you register, configure, and publish your own Agent Apps without leaving the app.

Developer Dashboard

The dashboard shows all Agent Apps you've created, with:

  • Status badge for each app: Draft, In Review, Published, Suspended, or Archived
  • Install count and average rating
  • A "+ New App" button to register a new app

Registering a New App

Tap "+ New App" to open the registration form. You'll need to fill in:

Basic Information

FieldDescription
NameThe display name of your app
SlugA unique URL-friendly identifier (auto-generated from the name)
DescriptionA short description of what your app does
CategoryChoose from: Productivity, Health, Education, Social, Finance, Lifestyle, Entertainment, Utility
Brand ColorPick from 8 color swatches for your app's icon

Agent Configuration

This is where you define the AI agent that powers your app:

SettingDescription
System PromptDefines the agent's persona, behavior, and instructions
ModelChoose an AI model (options loaded from the available models list)
TemperatureControls response creativity — 0 for deterministic, 1 for creative
Max TokensMaximum response length (1–32,768 tokens)
Welcome MessageThe first message users see when they open your app
Suggested PromptsUp to 4 quick-start buttons displayed to users
ToolsToggle capabilities like web search, code execution, image generation

App Lifecycle

After registering your app, it follows this lifecycle:

Draft → In Review → Published → (Suspended / Archived)
  1. Draft — Your app is created and only visible to you
  2. In Review — You've submitted a version for review
  3. Published — Approved and available to all users in the App Store
  4. Suspended — Temporarily removed (can be restored)
  5. Archived — Permanently removed

Next Steps

For detailed development workflows, SDK reference, and publishing guides, see the Developer Guide.