Ring Platform Logo

    Loading Documentation Hub...

    Scanning documentation library

    Documentation

    Welcome — mission & audiences

    Welcome to Ring Platform - Gateway Between Humanity and the Quantum World

    Library hub

    Welcome to Ring Platform - Gateway Between Humanity and the Quantum World

    Getting Started

    Index
    Prerequisites
    Installation
    Database migrations
    First Success Validation
    Troubleshooting
    Next Steps

    Architecture

    Index
    Backend modes and databases
    Data Model
    Authentication Architecture
    Email AI-CRM Architecture
    PaymentConductor architecture
    Refcodes architecture
    News Kingdom architecture
    Proxy and internationalization
    Real Time
    Security

    Features

    Platform Features
    Authentication
    Email AI-CRM System
    Entities
    Opportunities
    Notifications
    Push Notifications with FCM (Ring-Powered)
    Web3 Wallet
    Multi-Vendor Store
    Ring ERP
    Inventory & Stock
    Vendor Management

    API

    Index
    Authentication
    Email AI-CRM API
    Entities
    Opportunities
    Messaging API
    Notifications API
    Wallet
    Store API

    CLI

    Ring CLI (enterprise only)

    Customization

    Index
    Branding
    Features
    Localization
    Themes
    Components

    Deployment

    Index
    Self-hosted deployment
    Vercel
    Docker
    Environment Configuration
    Monitoring & Analytics
    Performance Optimization
    Backup & Recovery

    Development

    Index
    Local Setup
    Code Structure
    Community tooling
    Ring MCP Server
    Generative Images (ImageConductor)
    Autonomous Newsroom (Grok)
    OSS vs enterprise

    Roadmap

    Platform Roadmap (Technical)

    Examples

    Index
    Quick Start
    Authentication
    Email AI-CRM Tutorial
    Api Integration
    Web3 Integration
    White Label
    Real World

    Integrations

    Ethereum wallets (Wagmi v3)

    Quick entry (CTOs · auditors · agents)

    Library hub
    Welcome — mission & audiences
    Getting started
    Architecture & Auth.js
    Backend modes & databases (DB_BACKEND_MODE)
    Self-hosted
    Ring MCP
    Deploy (Docker · k8s)
    Security & compliance reads
    Ring Platform Logo

    Loading Documentation Hub...

    Scanning documentation library

    Documentation

    Welcome — mission & audiences

    Welcome to Ring Platform - Gateway Between Humanity and the Quantum World

    Library hub

    Welcome to Ring Platform - Gateway Between Humanity and the Quantum World

    Getting Started

    Index
    Prerequisites
    Installation
    Database migrations
    First Success Validation
    Troubleshooting
    Next Steps

    Architecture

    Index
    Backend modes and databases
    Data Model
    Authentication Architecture
    Email AI-CRM Architecture
    PaymentConductor architecture
    Refcodes architecture
    News Kingdom architecture

    Features

    Platform Features
    Authentication
    Email AI-CRM System
    Entities
    Opportunities
    Notifications
    Push Notifications with FCM (Ring-Powered)
    Web3 Wallet

    API

    Index
    Authentication
    Email AI-CRM API
    Entities
    Opportunities
    Messaging API
    Notifications API
    Wallet
    Store API

    CLI

    Ring CLI (enterprise only)

    Customization

    Index
    Branding
    Features
    Localization
    Themes
    Components

    Deployment

    Index
    Self-hosted deployment
    Vercel
    Docker
    Environment Configuration
    Monitoring & Analytics
    Performance Optimization
    Backup & Recovery

    Development

    Index
    Local Setup
    Code Structure
    Community tooling
    Ring MCP Server
    Generative Images (ImageConductor)
    Autonomous Newsroom (Grok)
    OSS vs enterprise

    Roadmap

    Platform Roadmap (Technical)

    Examples

    Index
    Quick Start
    Authentication
    Email AI-CRM Tutorial
    Api Integration
    Web3 Integration
    White Label
    Real World

    Integrations

    Ethereum wallets (Wagmi v3)

    Quick entry (CTOs · auditors · agents)

    Library hub
    Welcome — mission & audiences
    Getting started
    Architecture & Auth.js
    Backend modes & databases (DB_BACKEND_MODE)
    Self-hosted
    Ring MCP
    Deploy (Docker · k8s)
    Security & compliance reads
    Ring Platform Logo

    Loading Documentation Hub...

    Scanning documentation library

    Documentation

    Welcome — mission & audiences

    Welcome to Ring Platform - Gateway Between Humanity and the Quantum World

    Library hub

    Welcome to Ring Platform - Gateway Between Humanity and the Quantum World

    Getting Started

    Index
    Prerequisites
    Installation
    Database migrations
    First Success Validation
    Troubleshooting
    Next Steps

    Architecture

    Index
    Backend modes and databases
    Data Model
    Authentication Architecture
    Email AI-CRM Architecture
    PaymentConductor architecture
    Refcodes architecture
    News Kingdom architecture

    Features

    Platform Features
    Authentication
    Email AI-CRM System
    Entities
    Opportunities
    Notifications
    Push Notifications with FCM (Ring-Powered)
    Web3 Wallet

    API

    Index
    Authentication
    Email AI-CRM API
    Entities
    Opportunities
    Messaging API
    Notifications API
    Wallet
    Store API

    CLI

    Ring CLI (enterprise only)

    Customization

    Index
    Branding
    Features
    Localization
    Themes
    Components

    Deployment

    Index
    Self-hosted deployment
    Vercel
    Docker
    Environment Configuration
    Monitoring & Analytics
    Performance Optimization
    Backup & Recovery

    Development

    Index
    Local Setup
    Code Structure
    Community tooling
    Ring MCP Server
    Generative Images (ImageConductor)
    Autonomous Newsroom (Grok)
    OSS vs enterprise

    Roadmap

    Platform Roadmap (Technical)

    Examples

    Index
    Quick Start
    Authentication
    Email AI-CRM Tutorial
    Api Integration
    Web3 Integration
    White Label
    Real World

    Integrations

    Ethereum wallets (Wagmi v3)

    Quick entry (CTOs · auditors · agents)

    Library hub
    Welcome — mission & audiences
    Getting started
    Architecture & Auth.js
    Backend modes & databases (DB_BACKEND_MODE)
    Self-hosted
    Ring MCP
    Deploy (Docker · k8s)
    Security & compliance reads

    Entities API

    Manage organizations and businesses with 8 endpoints for comprehensive entity management, including role-based access control and industry-specific features.

    Overview

    Entities represent organizations, businesses, and professional groups within the Ring Platform ecosystem.

    Key Features:

    • 26 industry types with visual icons
    • Verification badge system
    • Confidential entity protection
    • Role-based access control

    API Endpoints

    GET /api/entities

    List entities with filtering and pagination

    POST /api/entities

    Create a new entity (requires MEMBER role)

    GET /api/entities/{id}

    Get entity details by ID

    PUT /api/entities/{id}

    Update entity information

    DELETE /api/entities/{id}

    Delete entity (admin only)

    POST /api/entities/{id}/verify

    Request entity verification

    GET /api/entities/{id}/members

    List entity members and roles

    POST /api/entities/{id}/members

    Add member to entity

    Entity Structure

    Industry Types

    Ring Platform supports 26 industry types:

    • Technology & Software
    • Healthcare & Medical
    • Finance & Banking
    • Education & Training
    • Manufacturing & Industrial
    • Retail & E-commerce
    • Real Estate & Construction
    • Media & Entertainment
    • Transportation & Logistics
    • Energy & Utilities
    • Agriculture & Food
    • Legal & Professional Services
    • Non-profit & Social Impact
    • Government & Public Sector
    • Consulting & Business Services
    • Marketing & Advertising
    • Design & Creative
    • Sports & Recreation
    • Travel & Hospitality
    • Automotive
    • Aerospace & Defense
    • Biotechnology & Pharmaceuticals
    • Environmental & Sustainability
    • Mining & Resources
    • Telecommunications
    • Other

    Implementation Examples

    Create Entity

    typescript
    
    const response = await fetch('/api/entities', {
      method: 'POST',
      headers: {
        'Content-Type': 'application/json',
        'Authorization': `Bearer ${token}`
      },
      body: JSON.stringify({
        name: 'Tech Innovators Inc',
        description: 'Leading software development company',
        industry: 'TECHNOLOGY_SOFTWARE',
        website: 'https://techinnovators.com',
        location: 'San Francisco, CA'
      })
    })
    
    const entity = await response.json()

    List Entities with Filtering

    Get Entity Details

    typescript
    
    const response = await fetch(`/api/entities/${entityId}`)
    const entity = await response.json()
    
    if (entity.confidential && !hasConfidentialAccess) {
      // Handle confidential entity access
    }

    Access Control

    Entity Visibility

    • Public Entities: Visible to all users
    • Confidential Entities: Require CONFIDENTIAL role or higher

    Entity Management

    • Create: Requires MEMBER role
    • Update: Entity members with ADMIN role
    • Delete: Platform ADMIN only
    • Verify: Special verification process

    Member Roles

    • OWNER: Full entity control
    • ADMIN: Manage members and content
    • MEMBER: Basic entity access

    Verification Process

    Entities can request verification badges:

    1. Submit verification request
    2. Provide required documentation
    3. Platform review process
    4. Verification badge granted

    Benefits of Verification:

    • Enhanced credibility
    • Priority in search results
    • Access to premium features
    • Confidential entity creation

    Ready to create your first entity? Check our Getting Started guide.

    Entities API

    Manage organizations and businesses with 8 endpoints for comprehensive entity management, including role-based access control and industry-specific features.

    Overview

    Entities represent organizations, businesses, and professional groups within the Ring Platform ecosystem.

    Key Features:

    • 26 industry types with visual icons
    • Verification badge system
    • Confidential entity protection
    • Role-based access control

    API Endpoints

    GET /api/entities

    List entities with filtering and pagination

    POST /api/entities

    Create a new entity (requires MEMBER role)

    GET /api/entities/{id}

    Get entity details by ID

    PUT /api/entities/{id}

    Update entity information

    DELETE /api/entities/{id}

    Delete entity (admin only)

    POST /api/entities/{id}/verify

    Request entity verification

    GET /api/entities/{id}/members

    List entity members and roles

    POST /api/entities/{id}/members

    Add member to entity

    Entity Structure

    Industry Types

    Ring Platform supports 26 industry types:

    • Technology & Software
    • Healthcare & Medical
    • Finance & Banking
    • Education & Training
    • Manufacturing & Industrial
    • Retail & E-commerce
    • Real Estate & Construction
    • Media & Entertainment
    • Transportation & Logistics
    • Energy & Utilities
    • Agriculture & Food
    • Legal & Professional Services
    • Non-profit & Social Impact
    • Government & Public Sector
    • Consulting & Business Services
    • Marketing & Advertising
    • Design & Creative
    • Sports & Recreation
    • Travel & Hospitality
    • Automotive
    • Aerospace & Defense
    • Biotechnology & Pharmaceuticals
    • Environmental & Sustainability
    • Mining & Resources
    • Telecommunications
    • Other

    Implementation Examples

    Create Entity

    typescript
    
    const response = await fetch('/api/entities', {
      method: 'POST',
      headers: {
        'Content-Type': 'application/json',
        'Authorization': `Bearer ${token}`
      },
      body: JSON.stringify({
        name: 'Tech Innovators Inc',
        description: 'Leading software development company',
        industry: 'TECHNOLOGY_SOFTWARE',
        website: 'https://techinnovators.com',
        location: 'San Francisco, CA'
      })
    })
    
    const entity = await response.json()

    List Entities with Filtering

    Get Entity Details

    typescript
    
    const response = await fetch(`/api/entities/${entityId}`)
    const entity = await response.json()
    
    if (entity.confidential && !hasConfidentialAccess) {
      // Handle confidential entity access
    }

    Access Control

    Entity Visibility

    • Public Entities: Visible to all users
    • Confidential Entities: Require CONFIDENTIAL role or higher

    Entity Management

    • Create: Requires MEMBER role
    • Update: Entity members with ADMIN role
    • Delete: Platform ADMIN only
    • Verify: Special verification process

    Member Roles

    • OWNER: Full entity control
    • ADMIN: Manage members and content
    • MEMBER: Basic entity access

    Verification Process

    Entities can request verification badges:

    1. Submit verification request
    2. Provide required documentation
    3. Platform review process
    4. Verification badge granted

    Benefits of Verification:

    • Enhanced credibility
    • Priority in search results
    • Access to premium features
    • Confidential entity creation

    Ready to create your first entity? Check our Getting Started guide.

    Entities API

    Manage organizations and businesses with 8 endpoints for comprehensive entity management, including role-based access control and industry-specific features.

    Overview

    Entities represent organizations, businesses, and professional groups within the Ring Platform ecosystem.

    Key Features:

    • 26 industry types with visual icons
    • Verification badge system
    • Confidential entity protection
    • Role-based access control

    API Endpoints

    GET /api/entities

    List entities with filtering and pagination

    POST /api/entities

    Create a new entity (requires MEMBER role)

    GET /api/entities/{id}

    Get entity details by ID

    PUT /api/entities/{id}

    Update entity information

    DELETE /api/entities/{id}

    Delete entity (admin only)

    POST /api/entities/{id}/verify

    Request entity verification

    GET /api/entities/{id}/members

    List entity members and roles

    POST /api/entities/{id}/members

    Add member to entity

    Entity Structure

    Industry Types

    Ring Platform supports 26 industry types:

    • Technology & Software
    • Healthcare & Medical
    • Finance & Banking
    • Education & Training
    • Manufacturing & Industrial
    • Retail & E-commerce
    • Real Estate & Construction
    • Media & Entertainment
    • Transportation & Logistics
    • Energy & Utilities
    • Agriculture & Food
    • Legal & Professional Services
    • Non-profit & Social Impact
    • Government & Public Sector
    • Consulting & Business Services
    • Marketing & Advertising
    • Design & Creative
    • Sports & Recreation
    • Travel & Hospitality
    • Automotive
    • Aerospace & Defense
    • Biotechnology & Pharmaceuticals
    • Environmental & Sustainability
    • Mining & Resources
    • Telecommunications
    • Other

    Implementation Examples

    Create Entity

    typescript
    
    const response = await fetch('/api/entities', {
      method: 'POST',
      headers: {
        'Content-Type': 'application/json',
        'Authorization': `Bearer ${token}`
      },
      body: JSON.stringify({
        name: 'Tech Innovators Inc',
        description: 'Leading software development company',
        industry: 'TECHNOLOGY_SOFTWARE',
        website: 'https://techinnovators.com',
        location: 'San Francisco, CA'
      })
    })
    
    const entity = await response.json()

    List Entities with Filtering

    Get Entity Details

    typescript
    
    const response = await fetch(`/api/entities/${entityId}`)
    const entity = await response.json()
    
    if (entity.confidential && !hasConfidentialAccess) {
      // Handle confidential entity access
    }

    Access Control

    Entity Visibility

    • Public Entities: Visible to all users
    • Confidential Entities: Require CONFIDENTIAL role or higher

    Entity Management

    • Create: Requires MEMBER role
    • Update: Entity members with ADMIN role
    • Delete: Platform ADMIN only
    • Verify: Special verification process

    Member Roles

    • OWNER: Full entity control
    • ADMIN: Manage members and content
    • MEMBER: Basic entity access

    Verification Process

    Entities can request verification badges:

    1. Submit verification request
    2. Provide required documentation
    3. Platform review process
    4. Verification badge granted

    Benefits of Verification:

    • Enhanced credibility
    • Priority in search results
    • Access to premium features
    • Confidential entity creation

    Ready to create your first entity? Check our Getting Started guide.

    Commissions & Settlements
    Referral Codes (Refcodes)
    Payment Integration
    PaymentConductor
    WayForPay Payment Integration
    News Module - Digital Newspaper Experience
    Member Blogs
    Scientific Editor
    Locale System
    Security & Compliance
    NFT Marketplace
    Token Staking System
    Performance Optimization Patterns
    Mobile Experience
    Admin API
    Whitelabel Navigation
    Best Practices
    Workflow
    Code Style
    Performance
    Testing
    Deployment
    Debugging
    Contributing
    Api Examples
    ringdom.org — LegioX homebase
    Source — MIT license (GitHub)
    Proxy and internationalization
    Real Time
    Security
    Multi-Vendor Store
    Ring ERP
    Inventory & Stock
    Vendor Management
    Commissions & Settlements
    Referral Codes (Refcodes)
    Payment Integration
    PaymentConductor
    WayForPay Payment Integration
    News Module - Digital Newspaper Experience
    Member Blogs
    Scientific Editor
    Locale System
    Security & Compliance
    NFT Marketplace
    Token Staking System
    Performance Optimization Patterns
    Mobile Experience
    Admin API
    Whitelabel Navigation
    Best Practices
    Workflow
    Code Style
    Performance
    Testing
    Deployment
    Debugging
    Contributing
    Api Examples
    ringdom.org — LegioX homebase
    Source — MIT license (GitHub)
    Proxy and internationalization
    Real Time
    Security
    Multi-Vendor Store
    Ring ERP
    Inventory & Stock
    Vendor Management
    Commissions & Settlements
    Referral Codes (Refcodes)
    Payment Integration
    PaymentConductor
    WayForPay Payment Integration
    News Module - Digital Newspaper Experience
    Member Blogs
    Scientific Editor
    Locale System
    Security & Compliance
    NFT Marketplace
    Token Staking System
    Performance Optimization Patterns
    Mobile Experience
    Admin API
    Whitelabel Navigation
    Best Practices
    Workflow
    Code Style
    Performance
    Testing
    Deployment
    Debugging
    Contributing
    Api Examples
    ringdom.org — LegioX homebase
    Source — MIT license (GitHub)
    Back
    Back
    Back