# Vekto Field > AI-native field OS for door-to-door service teams. Vekto Field manages canvassing, territory maps, quotes, e-signatures, scheduling, SMS follow-up, recurring service plans, review requests, and AI field-command workflows. Vekto's strategic difference: Claude or ChatGPT should not merely operate a CRM. Vekto is building the AI field manager inside the CRM. ## Public Discovery - Marketing: https://getvekto.com/field - Product: https://getvekto.com/field/product - Pricing: https://getvekto.com/field/pricing - Developer docs: https://getvekto.com/developers - OpenAPI 3.1: https://getvekto.com/openapi.json - API Catalog: https://getvekto.com/.well-known/api-catalog - Claude / MCP connector plan: https://getvekto.com/field/claude - Flyra switch kit: https://getvekto.com/field/switch-from-flyra - MCP endpoint: https://mcp.getvekto.com/mcp ## Current API Version `2026-07-01` ## Agent Operations Preview - List field pins: `GET /v2026-07-01/field/pins` (field:pins:read) - Create a door pin: `POST /v2026-07-01/field/pins` (field:pins:write) - List field customers: `GET /v2026-07-01/field/customers` (field:customers:read) - Create a field customer: `POST /v2026-07-01/field/customers` (field:customers:write) - Create a quote and signature packet: `POST /v2026-07-01/field/quotes` (field:quotes:write) - Draft follow-up texts for stale quotes: `POST /v2026-07-01/field/followups/draft` (field:ai:write) - Score a territory for the next field push: `POST /v2026-07-01/field/territories/score` (field:ai:read) - Get the AI daily field command: `GET /v2026-07-01/field/command` (field:command:read) - Create a Flyra-to-Vekto migration plan: `POST /v2026-07-01/field/migrations/flyra/plan` (field:migrations:write) - Apply an approved Flyra customer import: `POST /v2026-07-01/field/migrations/flyra/customers/apply` (field:migrations:write) ## Product Surfaces - Field map and pin-as-you-knock workflow. - Offline-first pin capture and replay. - Territory management. - Leaderboard, contests, and training. - Quote and sign at the door. - Scheduling and technician calendar. - Customer threads, SMS templates, follow-ups, and review requests. - Recurring service plans and retention workflows. - Ask Vekto: AI answers from the team's own pins, customers, deals, and follow-up history. ## Switcher Promise Vekto is building direct migration support for Flyra-style exports: customers, leads, employees, active jobs, estimates, quotes, invoices, subscriptions, SMS threads, roles, and message templates. The switch kit maps every exported object into a Vekto destination, flags duplicates and missing data, rebuilds the current workflow side-by-side, then turns on Daily Field Command, quote rescue, territory scoring, and rep coaching. ## Production Workspace Endpoint - Flyra migration dry-run: `POST /api/workspace/migrations/flyra/plan` - Flyra customer apply: `POST /api/workspace/migrations/flyra/apply` - Access: authenticated workspace users with CRM maintenance permission. - Behavior: accepts one Flyra CSV, performs a dry-run analysis, writes an audit event, and returns readiness, row blockers, duplicate groups, field coverage, warnings, cleanup time, and next actions. It does not write CRM records. - Apply behavior: currently production-ready for Flyra customers only. Requires explicit confirmation, creates or matches accounts, creates linked contacts, records a rollback batch, writes an audit event, and skips blocked or duplicate rows.