Canonical contract
- Platform
- MMS Edge Agent Platform (MEP)
- API
- MMS Edge API
- Base path
/v1/edge/- Persistent resource
/v1/edge/persistask- Wire protocol
mms-edge-sdk/v1- Policy contract
- MEP Policy-Delegated Execution
A server-authoritative interface for Persistent Tasks and policy-delegated execution. Authentication comes from the current MMS account session; SDK callers never provide an account ID or embed provider secrets.
/v1/edge//v1/edge/persistaskmms-edge-sdk/v1X-MMS-Consumer bound to AI Life, AI Business or Persistask Windows.import { createPersistaskClient } from '@mms/edge-sdk';
const persistask = createPersistaskClient({
baseUrl: 'https://<approved-mep-host>',
consumer: 'ai_life',
getAccessToken: () => currentMmsSession(),
});
const tasks = await persistask.listTasks();Do not place OpenAI, Browserless, payment, hotel, airline or broker credentials in a client app. Provider custody belongs to the approved server environment.
/tasksList current-account task projections/tasks/:idRead one versioned task/tasksCreate a task through server policy/policiesList delegated policies/policiesIssue a bounded policy/policies/:id/renewRenew with fresh user authority/policies/:id/revokeStop future execution/devicesList enrolled execution devices/devices/enrollEnroll after passkey verification/actionsReview external-action outcomes/eventsRead bounded audit events/notificationsRead milestones and required decisionsThe API above is the reviewed canonical contract, not an anonymous public endpoint. The current live MEP pilot exposes only its approved owner-scoped Nova Persistent Task surface. General Persistask API activation, Windows/macOS bridge execution, AI Stay effects and Nova Tickets purchase effects remain independently gated.