Integration Create
Integration
Integration Create
Endpoint to create a new integration for a GPT.
Args: gpt_name (str): The name of the GPT model to integrate.
Returns: IntegrationModel: The created integration record, including website metadata.
Raises: HTTPException 400:
- If an integration with the given name already exists.
- If the GPT has no description available (required for the integration overview). HTTPException 404: If no GPT is found with the provided name. HTTPException 500: If any unexpected error occurs during creation.
POST
Integration Create
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Path Parameters
Response
Successful Response
The name of the gpt for the integration.
Hold the integration state.
Installation details.
Website information for model.
Client details of an official partner.
