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
| Field | Description |
|---|---|
| Name | The display name of your app |
| Slug | A unique URL-friendly identifier (auto-generated from the name) |
| Description | A short description of what your app does |
| Category | Choose from: Productivity, Health, Education, Social, Finance, Lifestyle, Entertainment, Utility |
| Brand Color | Pick from 8 color swatches for your app's icon |
Agent Configuration
This is where you define the AI agent that powers your app:
| Setting | Description |
|---|---|
| System Prompt | Defines the agent's persona, behavior, and instructions |
| Model | Choose an AI model (options loaded from the available models list) |
| Temperature | Controls response creativity — 0 for deterministic, 1 for creative |
| Max Tokens | Maximum response length (1–32,768 tokens) |
| Welcome Message | The first message users see when they open your app |
| Suggested Prompts | Up to 4 quick-start buttons displayed to users |
| Tools | Toggle capabilities like web search, code execution, image generation |
App Lifecycle
After registering your app, it follows this lifecycle:
Draft → In Review → Published → (Suspended / Archived)- Draft — Your app is created and only visible to you
- In Review — You've submitted a version for review
- Published — Approved and available to all users in the App Store
- Suspended — Temporarily removed (can be restored)
- Archived — Permanently removed
Next Steps
For detailed development workflows, SDK reference, and publishing guides, see the Developer Guide.