Skip to main content

Welcome to Palisade

This is the documentation portal for Palisade, the email deliverability monitoring and DMARC compliance platform. Whether you are just getting started or looking for a specific feature guide, you will find what you need here.

New to Palisade? Start with the Getting Started guide to add your first domain and begin monitoring.

For DMARC fundamentals, see What is DMARC? or the Guide to Implementing DMARC.

Need help? Email us at support@palisade.email or click the Help button from any page inside the app.

Building on Palisade?

Developers have their own portal at developer.palisade.email, covering the Palisade REST API and the Palisade MCP server for AI agents. See Developer Documentation below.


Getting Started

Page Breakdowns

Core Pages

  • Domains Page — the main dashboard for all monitored domains
  • Domain Overview — detailed view of a single domain's health
  • Manage DMARC — view and edit DMARC, SPF, and DKIM records
  • Groups — organize domains into logical collections

Domain Management

Hosted DNS

  • Hosted DMARC — manage DMARC records through Palisade
  • Hosted SPF — manage SPF records through Palisade
  • Hosted DKIM — manage DKIM signing keys through Palisade
  • Hosted BIMI — configure brand logo display in email clients
  • Hosted MTA-STS — enforce TLS encryption for inbound email
  • TLS Reports — TLS-RPT delivery success and failure data for inbound email

Settings

Tools

  • Toolbox — DNS audit and diagnostic utilities

Integrations

  • Integrations Overview — the two kinds of integration, and who each is for
  • PSA Overview — how PSA integrations work in Palisade
  • HaloPSA — connect HaloPSA for ticketing and billing sync
  • Autotask — connect Autotask for ticketing and billing sync
  • ConnectWise — connect ConnectWise for ticketing and billing sync
  • Webhooks — receive events on your own endpoint instead of polling

How-to Guides

Developer Documentation

Anything you can do in the Palisade dashboard, you can also do programmatically. The API and the MCP server are documented on the developer portal at developer.palisade.email.

The Palisade REST API lets you drive the platform from your own systems: add and remove domains, group them, pull the exact SPF, DKIM, DMARC, BIMI, and MTA-STS records a domain needs, trigger verification, read remediation tasks and sender data, and check your subscription. It is a good fit for MSP onboarding automation, PSA and RMM integrations, and internal dashboards. Requests authenticate with an API key and are versioned with the Palisade-Version header. You can even create an account over the API, with no browser involved.

The Palisade MCP server exposes those same workflows as tools for AI agents, so Claude and other MCP clients can onboard and fix domains on your behalf: adding a domain, fetching the records to publish, applying them through your DNS provider, then verifying until every record passes. Connect it at https://api.palisade.email/mcp and sign in with your Palisade account.

Read the full developer documentation at developer.palisade.email.