Enspace
    Enspace
    • Introduction
    • Authentication
    • Concepts
    • First Steps
    • Workspaces
      • Types
        • Fields
          • List Fields
          • Create Field
          • Get Field
          • Field Updated
          • Delete Field
        • Items
          • List Items
          • Create Item
          • Count Items
          • Get Item
          • Update Item
          • Delete item
        • List Types
        • Count Types
        • Get specific Type
        • Create Type
        • Update Type
        • Delete Type
      • Members
        • List Members
        • Count Members
        • Get Member
        • New Member
        • Update Member
        • Remove Member
      • Roles
        • List roles
        • Create role
        • Get specific job title
        • Count positions
        • Update job title
        • Delete role
        • List Role Permissions
        • Add Permission to Role
        • Remove Role Permission
      • Member Groups
        • List groups
        • New group
        • Get group
        • Update group
        • Delete group
        • Add Users
        • Remove Users
      • List Workspaces
        GET
      • Workspace Context
        GET
      • New Workspace
        POST
      • Leave the workspace
        POST
      • Workspace Statistics
        GET
      • Workspace Deletion Preview
        GET
      • Delete Workspace
        DELETE
    • User
      • Audit Logs
        GET
      • List API Keys
        GET

    Introduction

    🚀 Welcome to the ENSPACE API#

    ENSPACE is a comprehensive enterprise platform that provides flexible and powerful solutions to manage data, automate processes, and facilitate team collaboration.

    📋 What is ENSPACE?#

    ENSPACE is a system that allows companies to create and manage their own isolated environments (workspaces), each with its own configurations, data, and users.

    Key Features#

    🏢 Isolated Workspaces: Each client has their own independent environment
    👥 Member Management: Users can participate in multiple workspaces
    🔐 Granular Permissions: Detailed access control by role and group
    📊 Dynamic Types: Create custom data models for any need
    🔄 Workflows: Automate complex business processes
    ✅ Task System: Manage activities and responsibilities
    📈 Reports and Dashboards: Visualize data in real time

    🌐 API Environments#

    Global API (Multi-tenant)#

    Most clients use the shared global API:
    ✅ All platform resources
    ✅ Workspace-level isolation
    ✅ Optimized shared infrastructure

    Available Environments#

    EnvironmentURLDescription
    Testinghttps://api-develop.enspace.ioTesting environment
    Productionhttps://api.leif.enspace.ioProduction environment

    Dedicated API (Single-tenant)#

    Enterprise clients can have dedicated environments:
    🏢 Exclusive infrastructure
    🔒 Complete data isolation
    🚀 Dedicated performance
    🎯 Specific customizations
    ⚠️ Workspaces system is still maintained internally

    How to Identify Your Environment#

    1.
    Check your access URL:
    If you access be.enspace.io → Use the global API
    If you access cliente.enspace.io → Use the dedicated API
    2.
    Review your contract:
    Standard/Professional plans → Global API
    Enterprise plans with SLA → May have a dedicated API
    3.
    If in doubt, ask:
    Contact suporte@enspace.io
    Provide your company name

    API Interaction Flow#


    🚀 Main API Features#

    Types and Items#

    Types: Custom data models
    Fields: Configurable fields with validations
    Items: Data instances based on Types

    Members and Groups#

    Members: Users linked to the workspace
    Groups: Member groupings
    Roles: Roles and permissions

    Workflows and Automation#

    Workflows: Automated workflows
    Tasks: Tasks assigned to members
    Triggers: Events that initiate workflows

    🆘 Support#

    Documentation: https://docs.stage.enspace.io
    API Status: https://status.enspace.io
    Technical Support: suporte@be-enlighten.com

    📊 API Limits#

    ResourceLimitWindowNote
    Requests1001 minutePer token/workspace
    File Upload50 MBPer fileCan be increased on demand
    Results per Page1000-Maximum per request
    Tokens per User10--
    Next
    Authentication
    Built with