Skip to content

Add AgentPhone to the app store#105

Merged
Alexgodoroja merged 1 commit into
pilot-protocol:mainfrom
Alexgodoroja:add-agentphone-app
Jul 7, 2026
Merged

Add AgentPhone to the app store#105
Alexgodoroja merged 1 commit into
pilot-protocol:mainfrom
Alexgodoroja:add-agentphone-app

Conversation

@Alexgodoroja

Copy link
Copy Markdown
Collaborator

Adds io.pilot.agentphone (v0.3.0) as an app-store listing — card + dedicated app page — sourced from the catalogue submission and live catalogue entry.

What's in it

  • New Communications category — "Give an agent its own phone number — voice, SMS/iMessage, and threaded conversations." None of the existing six categories (data / ai / web / infra / security / finance) fit a telephony app, so this adds the first one that does. It shows as a filter chip and in the category count.
  • app-overrides.json + app-methods.json entries — all 53 REST methods with their descriptions — and the regenerated apps.ts (via scripts/gen-apps.mjs).
  • Real logo: AgentPhone's own mascot mark (sourced from agentphone.ai) on their brand green #26B65A as the app icon (public/appicons/io.pilot.agentphone.png).
  • Pinned first in the "New & Updated" shelf.

The app

Managed Pilot front door — no signup, no API key. The keyless adapter signs each request with the user's pilot identity → the broker (holds one master key, meters a $5/user budget, returns 402 on overdraw; reads free) → api.agentphone.ai. Place/receive voice calls, send/receive SMS & iMessage, hold threaded conversations, buy/manage numbers — all over plain REST, no websockets.

Verification

  • npm run build — clean, 333 pages built.
  • App page renders category, icon, all methods, and the $5 / 402 / X-Pilot-Credits-Remaining budget model.
  • Card + Communications chip present on the store page; agentphone leads "New & Updated".

Generated data only — diff is pure additions (plus the one-line freshPinned tweak).

Adds io.pilot.agentphone (v0.3.0) as an app-store listing, sourced from
the catalogue submission:

- New "Communications" category (agents get a real phone number: voice,
  SMS/iMessage, threaded conversations) — the first category that fits a
  telephony app.
- App-overrides + app-methods entries (all 53 REST methods with
  descriptions), regenerated apps.ts.
- Real AgentPhone logo (white mascot) on the brand green (#26B65A) as the
  app icon.
- Pinned first in the "New & Updated" shelf.

Managed app: keyless adapter -> Pilot broker (one master key, $5/user
budget, 402 on overdraw) -> api.agentphone.ai.
@Alexgodoroja
Alexgodoroja merged commit f6625b4 into pilot-protocol:main Jul 7, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant