Documentation

Build with Artificial ID

Everything you need to integrate AI identity into your workflow — MCP, REST API, browser extension, and more.

API Base URLapi.artificial-id.com/v1

Examples

Common patterns

Get up and running in minutes

Fetch your blueprint
curl https://api.artificial-id.com/v1/blueprint \
  -H "Authorization: Bearer <API_KEY>"
MCP config
{
  "mcpServers": {
    "artificial-id": {
      "command": "npx",
      "args": ["-y", "@artificial-id/mcp"],
      "env": { "AIID_API_KEY": "<API_KEY>" }
    }
  }
}
Verify watermark
curl -X POST https://api.artificial-id.com/v1/watermark/verify \
  -H "Authorization: Bearer <API_KEY>" \
  -d '{"content": "...", "signature": "..."}'

Blueprint Schema

4 Layers, 10+ Modules

The Artificial ID blueprint is a structured JSON document organized into 4 semantic layers. Each layer maps to a specific dimension of your AI identity.

View Schema Reference
Layer 1Core Identity

name, role, communication_style, work_preferences

Layer 2Voice & Tone

formality, verbosity, humor, preferred_format

Layer 3Code DNA

languages, frameworks, style, tools, philosophy

Layer 4Knowledge Base

domains, reasoning_style, mental_models, biases

Ready to integrate?

Create a free account, complete the AI interview, and start distributing your identity in under 20 minutes.

API Base:api.artificial-id.com/v1