Prefer clicking to curl? The dashboard has a guided setup: Dashboard → App Co-founder walks you through the same steps (app, schedule, persona, integrations) with a wizard — no API calls needed. This page is the API-first version of the same flow.
Prerequisites
- An Appeeky account with at least one app already syncing App Store Connect data.
- An API key — see Authentication.
- Optionally: a Slack workspace (we’ll set up the integration in step 4).
0. (Shortcut) One-call onboarding
If you just want sensible defaults, one call registers the app for co-founder runs:PUT works any time).
1. Configure preferences
- The agent runs at 08:00 and 20:00 in your local time.
- Read-only mode (it won’t write to ASC or open issues yet).
- Default persona, balanced personality, language auto-detected from your locale.
PUT call.
2. Trigger your first run
status is completed, the report is in cofounder_reports.
3. Read your first briefing
report.briefingMarkdown field is the human-voice morning briefing. The rest of the object is structured analysis you can wire into your own UI.
4. (Optional) Wire up Slack
The fastest way: a Slack Incoming Webhook.5. (Optional) Switch to write mode
When you trust the agent, let it execute write actions:autoApproveTypes skips review and runs immediately; everything else lands in cofounder_actions with status='proposed' and waits for you to approve via the API or Slack buttons.
What’s next
- Capabilities — see every signal the agent watches.
- Personalities & language — pick the voice that resonates.
- Decision Log — read your agent’s track record.
- Webhooks & Notion — pipe reports into your own stack.
- Public Founder Diary — share your build journey publicly.

