Add AgentPhone to the app store#105
Merged
Merged
Conversation
Alexgodoroja
force-pushed
the
add-agentphone-app
branch
from
July 7, 2026 22:01
042142f to
4ac2911
Compare
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
force-pushed
the
add-agentphone-app
branch
from
July 7, 2026 22:04
4ac2911 to
f5b3716
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Communicationscategory — "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.jsonentries — all 53 REST methods with their descriptions — and the regeneratedapps.ts(viascripts/gen-apps.mjs).#26B65Aas the app icon (public/appicons/io.pilot.agentphone.png).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
402on 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.402/X-Pilot-Credits-Remainingbudget model.Generated data only — diff is pure additions (plus the one-line freshPinned tweak).