generated: '2026-08-25' method: generated source: >- openapi/levitate-public-v1-openapi.json (all operationIds verified against the spec) plus https://help.levitate.ai/article/735-levitate-public-api and https://help.levitate.ai/article/589-levitate-mcp-server provider: Levitate skill_count: 4 note: >- Levitate publishes no AGENTS.md and no packaged agent skills of its own; these are generated by API Evangelist. Every operationId referenced below exists in the published OpenAPI document — none are invented. The MCP skill references no operationIds because the live tools/list manifest is OAuth-gated. skills: - name: levitate-sync-contacts-from-external-system file: levitate-sync-contacts-from-external-system.md api: Levitate Public API summary: Create or update contacts from another system without destroying tags, emails or custom fields, and handle the 409-instead-of-idempotency behaviour correctly. operations: [ListContacts, SearchContacts, GetContactById, CreateContact, UpdateContact] - name: levitate-segment-contacts-with-boolean-search file: levitate-segment-contacts-with-boolean-search.md api: Levitate Public API summary: Build an audience with the nested AND/OR/NOT filter tree and page the full result set. operations: [SearchContacts, ListContacts, GetContactById, ListCompanies] - name: levitate-log-activity-as-notes-and-key-facts file: levitate-log-activity-as-notes-and-key-facts.md api: Levitate Public API summary: Write activity onto the Levitate record as sanitized-HTML notes and as key facts, respecting the allowlist, the 25-reference and 100-key-fact ceilings, and read-only integration facts. operations: [CreateNote, ListNotes, GetNoteById, DeleteNote, ListContactKeyFacts, AddContactKeyFact, GetContactKeyFactById, ReplaceContactKeyFact, DeleteContactKeyFact] - name: levitate-connect-the-mcp-server file: levitate-connect-the-mcp-server.md api: Levitate MCP Server summary: Connect an AI client to https://mcp.levitate.ai/mcp over OAuth+PKCE, and know which capabilities live only on MCP versus only on REST. operations: []