EmailGuard
  • Pricing
Log inRegister
DocumentationAPI ReferenceKnowledge Base

Documentation

Documentation

Help center guides

Getting started
  • Introduction
  • Getting started in the app
  • Sign-in and account recovery
Teams
  • Creating and switching teams
  • Team settings
  • Inviting and managing members
  • Accepting team invitations
  • Understanding roles
Account
  • Managing your account
  • Securing your account
Billing
  • Billing plans and subscription
  • Billing usage
Notifications
  • Notification rules
  • Notification channels
Security
  • Audit log
Developers
  • Creating API keys
  • Your first email detection check
  • Integrating from the dashboard

Integrating from the dashboard

When to use Team settings and API keys versus the API reference and SDK guides.

Loading article…

On this page

  • Dashboard checklist
  • Code checklist
  • MCP and tools
  • Related articles

Use the dashboard to issue credentials and operate the team. Use the API reference and SDKs to call endpoints from your product.

Dashboard checklist

  1. Pick the correct active team.
  2. Confirm your role can create keys (Owner/Admin).
  3. Create a key with the smallest scopes you need — Creating API keys.
  4. Optionally configure notification channels for billing or ops alerts.
  5. Watch billing usage after traffic starts.

Code checklist

  1. Install an SDK client or call REST directly.
  2. Authenticate with Authorization: Bearer … or X-API-Key.
  3. Start with Your first email detection check.
  4. Read signal meanings in the knowledge base.
  5. Handle rate limits and quotas.

MCP and tools

If MCP is enabled for your deployment, open the MCP integration guide from the Developer sidebar. Free browser tools on the marketing site are separate from authenticated /api/v1 traffic.

Related articles

  • Getting started in the app
  • Introduction
  • API reference