To interact with 101domain services programmatically, every request must be authenticated using a Bearer Token (API Key). These keys act as your digital signature, identifying your application to our servers and ensuring your domain portfolio remains secure.
How Authentication Works
-
API Keys: You can generate unique keys within your 101domain account dashboard.
For security best practices, we recommend using unique keys for different integration environments (e.g., Development vs. Production).
-
Granular Scopes: Our system uses scopes to define specific permissions, allowing you to create 'Read-Only' keys for monitoring or 'Full-Access' keys for automation.
The same API credentials you generate here are compatible with both our REST API and MCP Server tools, providing a unified management experience.
Steps to Connect
Follow the guides below to generate your first key and configure the appropriate permissions for your project.