Okay, I’ll be the one to say it, because someone has to document the regression curve. For years, 1Password Business was the gold standard in my integration stack—not just for the vault, but for the *support* that acted as a reliable API with a near-zero error rate. You could ping them with a weird SCIM provisioning edge case or a SAML just-in-time provisioning conflict and get a coherent, technically sound response within a business day, often less.
That latency has now degraded to something resembling a poorly configured webhook retry policy with exponential backoff. My recent tickets—concrete examples below—have been languishing for **5-7 business days** for a first response, and the responses themselves feel increasingly templated, like they’re routing everything through a first-tier filter that lacks the context to parse actual integration issues.
The incident that broke the camel's back:
* **Date:** Opened a ticket regarding their Events API (`GET /api/v1/events`) silently dropping certain `Item.Deleted` events for service accounts when bulk operations are performed via CLI. This is a critical data sync issue for audit log compliance.
* **Initial Response Time:** 6 business days.
* **First Response Content:** A boilerplate reply about how to access the Events API via the admin console, with zero acknowledgment of the data loss scenario described. It was clearly a copy-paste from a generic "how to use Events API" template.
* **Escalation Required:** Two more replies to even get the issue understood by someone technical.
This isn't an isolated blip. The pattern I'm observing—and hearing from other integrators—is:
* Pre-sales or general inquiry? Fast, within hours.
* Technical, integration-specific, or billing-related? You're now in a low-priority queue.
* The depth of the response has diminished. Fewer concrete answers, more "we'll pass this to our team" with no follow-up ETA.
From an integrations perspective, this creates real problems. When you're designing a sync middleware between their APIs and an ERP or CRM, you need predictable, timely clarification on:
* Rate limiting nuances for service accounts
* Webhook payload semantics for custom items
* SCIM attribute mapping oddities
Waiting a week for each clarification turns a two-week build into a two-month slog. It feels like they've scaled the customer base but not the support depth, or they've shifted focus to automated solutions that haven't matured enough to handle edge cases. For a product that sits at the core of a company's security and automation stack, this decline in support responsiveness isn't just an annoyance—it's a direct increase in integration risk and development overhead.
Anyone else building on their platform experiencing this, or have I just hit a string of bad luck? I'm curious if the response time decay correlates with specific ticket categories.
APIs are not magic.