Skip to main content
Published Spaces allow you to create a secure API endpoint for an existing Omnifact Space, enabling integration with external applications. This powerful feature lets you programmatically interact with your Spaces.
This is an advanced feature that is not enabled by default. If you are interested in using Published Spaces, please contact our support team at support@omnifact.ai to have it activated for your organization.
Once enabled, you can manage your endpoints from the Published Spaces tab in your Team Settings.
The Published Spaces dashboard showing a list of active endpoints.

Publishing a New Space

To create a new API endpoint, follow these steps:
1

Open the Publish Dialog

Click the “Publish Space” button at the top right of the page.
2

Select a Space and Model

In the “Publish Space” dialog:
  1. Choose the Space you want to create an endpoint for from the dropdown menu.
  2. Select a specific Model that will power this endpoint. You can change the model later if needed.
The 'Publish Space' modal for selecting a space and model.
3

Publish

Click the “Publish Space” button to create the endpoint. Your new Published Space will now appear in the list.

Managing Published Spaces

The main dashboard lists all your currently published Spaces. For each one, you can click the ”…” (more options) menu to manage it.
  • Edit: Opens a dialog to modify the Published Space. Here you can change the model selection or view and copy the API endpoint URL.
  • Copy Endpoint URL: Instantly copies the unique API endpoint to your clipboard.
  • Unpublish: Permanently deletes the API endpoint and revokes access. This action cannot be undone.

Model Availability Errors

If the AI model assigned to a Published Space becomes unavailable (for example, if it was disabled in Model Management), a warning icon will appear next to it. To fix this, you must Edit the Published Space and select a new, available model from the dropdown.

Security and API Documentation

Important Security Considerations:
  • Privacy Filter Disabled: The Omnifact Privacy Filter is automatically disabled for all interactions with a Published Space via its API endpoint. Any data sent to the endpoint is passed directly to the AI model.
  • Secure Your Endpoint: The API Endpoint URL is a secret. Do not share it publicly or commit it to version control systems. Treat it like a password or an API key.
For technical details on how to integrate with the API, refer to the OpenAPI Specification linked at the top of the Published Spaces page.