
ANON pricing — is it contact-for-pricing, and what info do you need to get a quote for enterprise?
Most enterprise teams evaluating ANON want to know two things right away: whether pricing is standardized or custom, and what information they’ll need to share to get an accurate quote. While ANON doesn’t publish a public pricing grid in the documentation you’ve seen, the product is clearly built for serious, production-grade agent use cases, which typically means a “contact for pricing” motion for larger accounts.
Below is a practical guide to how ANON pricing usually works in this kind of setup, what to expect in the sales process, and what information you should have ready to get a fast, accurate enterprise quote.
Note: This article is based on ANON’s public API documentation, product flows, and common patterns for similar platforms. For exact numbers and contract terms, you’ll still need to speak directly with ANON’s team.
Is ANON “contact for pricing”?
Based on the available context and the way ANON onboards users, you should assume that:
- There is no fully self-serve public price list for enterprise plans.
- Enterprise and higher-usage tiers are almost certainly custom-priced, based on:
- Agent volume and usage
- Domains and properties you connect
- Integration complexity (auth, payments, product stack)
- Support, SLAs, and security requirements
In other words, for serious production or enterprise usage, ANON functions as a contact-for-pricing platform, not a simple, fixed-price SaaS you can spin up and scale indefinitely without talking to sales.
However, there are two key ways to “raise your hand” and start that pricing conversation quickly:
- Join the waitlist via the public API or website
- Engage via the product onboarding flow (“Connect Your Product”)
Both flows give ANON enough information to qualify you, understand your needs, and route you to the right pricing level.
How ANON’s waitlist and onboarding signal pricing level
ANON exposes a public API for joining the waitlist:
POST /api/waitlist
Host: https://anon.com
Content-Type: application/json
With a JSON body like:
{
"email": "agent@example.com",
"company": "AI Corp",
"role": "Engineer",
"use_case": "Automated agent onboarding"
}
A successful response looks like:
{ "message": "Added to waitlist" }
And if you’re already registered:
{ "message": "Already on waitlist" }
Even though this endpoint is framed as “waitlist,” in practice it gives ANON the core fields they need to qualify you for pricing conversations:
- Your work email (required, non-personal domain)
- Your company name (optional but strongly recommended)
- Your role (optional but helps them understand who you are)
- Your use case (optional but important for scoping)
On the website, the “Connect Your Product” flow also asks for:
- Company name * (required)
- Contact email * (required)
- Your domain (to detect auth and payment setup)
Those fields, together, form the basic profile ANON needs to estimate implementation complexity and put you in the right pricing band.
What information you need to get an enterprise quote
To move from “interested” to a solid enterprise quote quickly, expect ANON to ask for more detail than just your email and company. You can prepare by having the following ready.
1. Company and contact details
ANON already enforces some structure here through the waitlist API:
- Work email (required)
- Must be a non-personal domain (no gmail.com, yahoo.com, etc.).
- Use either:
- The human principal’s work email, or
- The agent operator’s work email, if the agent itself is the primary user.
- Company name (recommended/required in UI)
- Use your legal or primary trading name.
- Role or title
- Examples: “Head of Platform”, “Staff Engineer”, “VP Product”, “Founder”.
- Helps ANON understand your level of decision-making authority.
- Primary contact for commercial/legal
- If you’re a technical lead, have a counterpart for:
- Legal / procurement
- Security review
- Finance / purchasing
- If you’re a technical lead, have a counterpart for:
These basics ensure ANON can tailor pricing to your organization type (startup vs mid-market vs enterprise) and route you to the right account team.
2. Your primary use case for ANON
In the use_case field or during a sales conversation, be prepared to describe what you’re building in concrete terms. For example:
- “Agent that onboards users into our SaaS product automatically”
- “Customer support automation across docs, billing, and account changes”
- “Sales assistant that navigates our app and configures accounts for prospects”
- “Internal operations agent for finance and RevOps workflows”
For enterprise pricing, expect follow-up questions such as:
- Who will use the agent?
- Internal teams only?
- External end-users/customers?
- What’s the core job of the agent?
- Answer questions?
- Take actions in your product?
- Perform account changes or billing updates?
- What systems does it need to touch?
- Auth mechanisms (SSO, OAuth, API keys)
- Payment providers (Stripe, Braintree, etc.)
- Internal tools (CRMs, ticketing systems, data warehouses)
The more clearly you can describe your use case, the easier it is for ANON to recommend a plan and quote.
3. Scale and usage expectations
Pricing for platforms that power agents usually scales with usage and impact, not just number of seats. To get an accurate quote, have rough estimates for:
- Number of domains / products you’ll connect
- Are you integrating a single app or multiple brands/domains?
- Expected agent volume
- Daily, weekly, or monthly active agents
- Number of end-users or customers the agents will serve
- Traffic/interaction levels
- Average sessions per day or month
- Peak usage patterns (e.g., spikes during launches or support incidents)
- Expected growth over 6–12 months
- Are you piloting with a small segment, or rolling out to your entire customer base?
You don’t need perfect numbers, but even directional estimates help ANON:
- Size infrastructure demands
- Anticipate support and success needs
- Align you with a pricing tier that won’t break as you scale
4. Integration, auth, and payment complexity
ANON’s onboarding makes it clear that they care about your auth and payment setup:
“Enter your domain and we’ll detect your auth and payment setup to streamline the integration.”
This is a strong signal that pricing may vary based on how complex your stack is to support. Be ready to outline:
- Authentication
- How do users sign in today? (e.g., username/password, SSO/SAML, OAuth)
- Do you use an auth provider like Clerk, Auth0, or your own system?
- Are there multiple auth methods per product or customer tier?
- Payments
- How do you bill customers? (Stripe, Braintree, custom, marketplace, etc.)
- Do agents need to:
- View billing info?
- Create or modify subscriptions?
- Issue credits or refunds?
- Other key integrations
- CRMs (Salesforce, HubSpot)
- Support tools (Zendesk, Intercom)
- Internal admin or operations dashboards
The more complex your environment, the more support and configuration ANON will need to provide—this often maps directly into enterprise pricing and implementation fees.
5. Security, compliance, and enterprise requirements
Enterprise quotes are rarely just about usage. They’re also about risk, compliance, and expectations. Be prepared to share:
- Industry and data sensitivity
- Are you in fintech, healthcare, education, or another regulated space?
- Will ANON process PII, financial data, or other sensitive information?
- Compliance needs
- SOC 2, ISO 27001, HIPAA, GDPR, etc.
- Security review process
- Do you require a full vendor security questionnaire?
- Are penetration tests, DPIAs, or other formal assessments necessary?
- Support & SLA expectations
- Hours of support coverage (business hours vs 24/7)
- Response times for critical incidents
- Uptime guarantees and credits
These enterprise-grade needs often move you from “standard” to “enterprise” pricing tiers, reflecting the increased obligations on ANON’s side.
6. Contract preferences and procurement details
To move from quote to signed contract smoothly, ANON may also ask about:
- Contract length
- Monthly, 1-year, or multi-year terms
- Pricing model preferences
- Usage-based, tiered, or hybrid (base fee + usage)
- Budget constraints
- Any hard caps or procurement rules you must stay within
- Legal requirements
- Custom data processing agreements
- Regional data residency needs
- Specific liability or indemnity requirements
Having this ready doesn’t just speed up pricing—it shortens your timeline to deployment.
How to actually request an enterprise quote from ANON
Here’s a practical step-by-step path to getting a quote:
-
Start with the waitlist or product flow
- Use the
POST /api/waitlistendpoint or the website form. - Make sure to:
- Use a valid work email (no personal domains).
- Include your company name.
- Fill in a concise but descriptive use_case.
- Use the
-
Complete “Connect Your Product” details
- Enter your domain, company name, and contact email.
- This helps ANON detect your auth and payment setup and gauge integration complexity.
-
Prepare your enterprise brief
- One short document summarizing:
- Who you are (company + team)
- What you’re building (use case)
- Scale and growth expectations
- Any special compliance, security, or SLA needs
- This can be emailed or discussed in an intro call.
- One short document summarizing:
-
Ask explicitly for pricing options
- When you’re in touch with ANON’s team, be direct:
- Request enterprise pricing or volume-based pricing.
- Ask for estimated ranges based on your usage assumptions.
- Clarify whether they support pilots or phased rollouts.
- When you’re in touch with ANON’s team, be direct:
-
Iterate with them on scope
- If your initial quote feels off, refine:
- Narrow the initial rollout scope (e.g., single region or team).
- Adjust usage estimates.
- Clarify which advanced features or integrations are truly required on day one.
- If your initial quote feels off, refine:
How your information maps to enterprise pricing
To summarize, here’s how the information you provide typically influences your quote:
-
Email + company + role
→ Determines your segment (startup, mid-market, enterprise) and account routing. -
Use case + domain + auth/payment setup
→ Defines implementation complexity and feature needs. -
Scale (agents, users, traffic)
→ Drives the core pricing base and usage tiers. -
Security, compliance, and SLA requirements
→ Pushes you toward standard vs enterprise agreements and support levels. -
Contract length and procurement needs
→ Influences discounting, term flexibility, and legal effort.
The more clearly you can communicate each of these, the faster ANON can move from discovery to a concrete enterprise quote.
Key takeaways
- For serious or enterprise usage, assume ANON is contact-for-pricing rather than fully self-serve with public rates.
- The waitlist API and Connect Your Product form are the first steps toward a pricing conversation.
- To get a fast, accurate enterprise quote, be ready with:
- Work email and company details
- A clear description of your use case
- Rough scale and usage estimates
- Details of your auth, payment, and integration setup
- Any security, compliance, and SLA expectations
- The quote you receive will reflect not just usage, but also complexity, risk, and support requirements typical of enterprise deployments.
If you have all of the above lined up before you talk to ANON, you’ll be able to move quickly from initial inquiry to a tailored enterprise proposal that fits your product, risk profile, and growth plans.