> ## Documentation Index
> Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Developer Resources

> APIs, tools, and integrations for building on the Nexudus Platform

Everything you need to integrate with, extend, and automate the Nexudus Platform.

<CardGroup cols={2}>
  <Card title="REST API Reference" icon="book-open" href="/rest-api/overview">
    Complete reference for every endpoint in the Nexudus REST API. Manage locations, customers, bookings, billing, and more programmatically.
  </Card>

  <Card title="Public API Reference" icon="plug" href="/api/overview">
    The API that powers the Members Portal. Use it to build custom front-ends, mobile apps, or third-party integrations for your members.
  </Card>

  <Card title="Marketplaces API" icon="store" href="/rest-api/marketplaces/overview">
    API for marketplace providers aggregating inventory data across Nexudus customers. Register your marketplace and sync resources, bookings, and availability.
  </Card>

  <Card title="Environment API" icon="temperature-half" href="/rest-api/environment/overview">
    Pull and receive sensor data to trigger actions and display measurements. Connect IoT devices and environmental sensors to your spaces.
  </Card>

  <Card title="Access Control" icon="lock" href="/integrations/access-control/overview">
    Connect your access control systems to Nexudus. Build custom integrations for door locks, turnstiles, and other entry systems.
  </Card>

  <Card title="Network Bridge" icon="bridge" href="/integrations/network-bridge">
    Connect with systems and services installed on your Location's local network - without requiring VPNs, static IP addresses, or firewall port forwarding.
  </Card>

  <Card title="Nexudus CLI" icon="terminal" href="/cli/overview">
    Command-line tool and AI Agent Skills for managing Nexudus coworking spaces. Automate tasks, manage entities, and integrate with AI assistants.
  </Card>

  <Card title="Nexudus SDK" icon="cube" href="/sdk/overview">
    The official .NET SDK for interacting with the Nexudus REST API programmatically. Typed models, CRUD operations, and filtering built in.
  </Card>
</CardGroup>
