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--
    PrΓ³xima pΓ‘gina
    Authentication
    Built with