ReferenceAsk
Remy Reference/Architecture/Architecture/Interface Matrix
Appendix

Interface Matrix

Every way a request reaches a method

Every way a request reaches an app's methods, in one table.

InterfaceTriggerAuthenticationEntry pointIdentity the method runs asSandboxEnvironmentsDeclared in
WebBrowser on the app's originApp session cookie, or guest visitorserve for pages, proxy under /_/The app user or a visitorInteractive, warmLive, preview, devweb interface
APIHTTPS requestPer-user app API key as bearer/_/api/... on the app origin, or the platform API host with the app in the pathThe key's ownerInteractive, warmLive, preview, devapi interface
MCPAn MCP clientApp API key or session/_/mcp on the app originThe callerInteractive, warmLive, preview, devmcp interface
AgentA chat turnApp session or guest/_/agent/...The user, with methods as toolsInteractive, warmLive, preview, devagent interface
VoiceA phone call or a browser voice sessionPer-session credential presented by the voice workerThe voice serve routesThe caller, with methods as toolsInteractive, warmLivevoice interface
CronA schedule with a time zoneNone; system invocationThe dispatcher on every HTTP podThe system user with the system roleDisposableLivecron interface
WebhookAn external HTTP requestThe webhook's configured secret/_/webhook/...The system userInteractive, warmLivewebhook interface
EmailAn inbound message to the app's addressNone; system invocationSMTP on the mail-inbound roleThe system userDisposableLiveemail interface
TaskA background task started by a method or an agentHook tokenThe task routesThe originating identityInteractive, warmLive, preview, devMethods
Jewel shadowA human invocation of a shadowed methodHook tokenInside the execution pathThe app's jewel userInteractive, on a database mirrorLivejewel on a method
Invoke asA workspace member testing as a userWorkspace session with edit accessThe manage routesThe chosen app userInteractive, warmLive, preview, devDashboard

Every entry converges on one execution point, which mints a hook token for the execution, resolves the environment, and dispatches to a sandbox or to a CLI tunnel. Every callback the method makes carries that token.