# Noux Documentation ## Docs - [Get e-sign bundle](https://docs.nouxdigital.com/api/e-sign/get-e-sign-bundle.md): Get metadata for an e-sign bundle including status, signers and documents. Returns URLs only (no file binaries). Returns 404 when the bundle is not found, belongs to another organization, or has visibility restrictions on the attachment group or any document (same opaque response in all cases). Docu… - [Get meeting details](https://docs.nouxdigital.com/api/notetaker/get-meeting-details.md): Get detailed information about a notetaker meeting. Authenticate using Bearer token with your Noux API key. - [List meetings for organization](https://docs.nouxdigital.com/api/notetaker/list-meetings-for-organization.md): Get light metadata for notetaker meetings owned by the organization. Results are paginated using cursor-based pagination. Meetings are sorted by creation date (newest first) for consistent ordering. Use the optional `from` query parameter to specify a meeting ID to start from (inclusive). If omitted… - [Send Notetaker bot to meeting](https://docs.nouxdigital.com/api/notetaker/send-notetaker-bot-to-meeting.md): Send a Notetaker bot to a meeting URL. The bot will join the meeting and record it. Authenticate using Bearer token with your Noux API key. - [Noux REST API](https://docs.nouxdigital.com/api/overview.md): Programmatic access to Noux Sales Rooms, materials, notetaker, and e-sign features. - [Activate room](https://docs.nouxdigital.com/api/rooms/activate-room.md): Activate a previously deactivated room. Idempotent when the room is already active. Authenticate using Bearer token with your Noux API key. - [Add link attachment to room](https://docs.nouxdigital.com/api/rooms/add-link-attachment-to-room.md): Add a link attachment to a room. The attachment will be added to the default materials group. Authenticate using Bearer token with your Noux API key. - [Create room](https://docs.nouxdigital.com/api/rooms/create-room.md): Create a new Noux room. Authenticate using Bearer token with your Noux API key. - [Deactivate room](https://docs.nouxdigital.com/api/rooms/deactivate-room.md): Deactivate a room so visitors cannot access it. Idempotent when the room is already deactivated. Authenticate using Bearer token with your Noux API key. - [Get room details](https://docs.nouxdigital.com/api/rooms/get-room-details.md): Get detailed information about a room including statistics such as number of invited visitors, joined visitors, and comments. Authenticate using Bearer token with your Noux API key. - [List rooms for organization](https://docs.nouxdigital.com/api/rooms/list-rooms-for-organization.md): Get light metadata for rooms owned by the organization. Results are paginated using cursor-based pagination. Rooms are sorted by creation date (newest first) for consistent ordering. Use the optional `from` query parameter to specify a room ID to start from (inclusive). If omitted, starts from the n… - [Upload and add file attachment to room](https://docs.nouxdigital.com/api/rooms/upload-and-add-file-attachment-to-room.md): Upload a file and add it as an attachment to a room. The file will be uploaded to storage and added to the default materials group. Maximum file size is 2 GB. Use multipart/form-data with fields: roomId, name, and file (binary). Authenticate using Bearer token with your Noux API key. Example: curl -… - [Claude Desktop](https://docs.nouxdigital.com/mcp/clients/claude-desktop.md): Connect Claude Desktop to Noux MCP using a custom connector and OAuth sign-in. - [Cursor](https://docs.nouxdigital.com/mcp/clients/cursor.md): Connect Cursor to the Noux MCP server. - [Getting started](https://docs.nouxdigital.com/mcp/getting-started.md): Connect your first MCP client to Noux — OAuth for Claude Desktop, Bearer tokens for Cursor. - [Noux MCP](https://docs.nouxdigital.com/mcp/overview.md): Read-only Model Context Protocol access to your Noux organization for AI assistants and automation. - [Tool reference](https://docs.nouxdigital.com/mcp/tools.md): All tools exposed by the Noux MCP server. ## OpenAPI Specs - [openapi](https://docs.nouxdigital.com/openapi.json)