name-com-docs

Manage domain lifecycle, DNS records, transfers, and webhooks via the name.com Core API.

3|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Cogni-AI-OU/cogni-ai-agent-skills --skill name-com-docs
Or copy as Structured Prompt for Agentā–¼
Please help me install this Agent Skill.
Skill: name-com-docs
Source: https://github.com/Cogni-AI-OU/cogni-ai-agent-skills/tree/main/name-com-docs
Command: npx skills add https://github.com/Cogni-AI-OU/cogni-ai-agent-skills --skill name-com-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a reliable reference for using name.com Core API to safely search, register, and manage domains and their DNS and transfer lifecycle without guesswork.

Core Features & Use Cases

  • Domain lifecycle operations: Discover available domains, register new domains, and fetch or patch domain configuration via the Core API.
  • DNS record management: Update domain DNS records using the domain records endpoints as part of production domain setup.
  • Transfer and verification workflows: Support inbound/outbound transfer flows and manage contact verification behavior and timing expectations.
  • Webhook subscriptions: Subscribe to domain and transfer status notifications and verify HMAC signatures using the API token.
  • Safety and operational guardrails: Use idempotency keys, sandbox testing, correct endpoint formatting, and handle API rate limits with backoff.

Quick Start

Use the name-com-docs skill to guide your next steps for domain search, availability checking, registration, DNS record updates, and webhook subscription on the name.com Core API using your sandbox environment first.

Frequently Asked Questions about name-com-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage DNS records and domain transfers using the name.com API?ā–¼

You can manage DNS records and domain transfers using the name.com API by utilizing specific domain records endpoints and transfer workflows. This enables fetching, updating, and handling inbound or outbound domain transfer lifecycle events directly.

How do I verify webhook signatures for domain status notifications from name.com?ā–¼

To verify webhook signatures for domain status notifications from name.com, you must verify HMAC signatures using your API token. This ensures that incoming webhook subscription events for domain and transfer status changes are authentic and secure.

Do I need idempotency keys for POST requests to the name.com Core API?ā–¼

Yes, you need idempotency keys for POST requests to the name.com Core API. Including these keys ensures that charge-safe domain registration and purchase flow operations are not duplicated if a network timeout or retry occurs.

Can I test domain registration and API integration in a sandbox environment first?ā–¼

Yes, you can test domain registration and API integration in a sandbox environment first. The name.com Core API supports sandbox isolation, allowing you to safely verify endpoint usage and automation logic before executing production requests.

How do I handle API rate limits when automating domain lifecycle operations?ā–¼

To handle API rate limits when automating domain lifecycle operations against the name.com API, you must respect published rate limits and implement backoff strategies. This prevents request throttling and ensures reliable workflow execution.