What problem does it solve?
This skill reduces the complexity of connecting external systems to Omi by providing clear guidance on how to use the Developer API, MCP server, webhook integrations, and OAuth flows, enabling teams to automate workflows with confidence.
Core Features & Use Cases
- Developer API access: Learn how to authenticate, generate API keys, and make requests to user memories, conversations, and action items.
- MCP server integration: Enable AI assistants to interact with Omi data via a hosted MCP endpoint.
- Webhook integrations: Set up memory creation and transcript webhooks to react to Omi events in real time.
- OAuth flows: Implement Google and Apple OAuth as part of app authentication and integration.
Quick Start
- Open the Omi app and navigate to Settings → Developer → Create Key to obtain a Bearer token.
- Make a sample request to the Developer API, e.g., GET https://api.omi.me/v1/dev/user/memories with the token.
- Configure an MCP client using the example JSON in the docs and test a webhook endpoint by sending a test payload to your server.