Create Integration
Create a new platform integration for the project and persist its discovered tools.
Authentication
AuthorizationBearer
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Path parameters
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Request
This endpoint expects an object.
type
config
Reserved for provider-specific config. Empty for v1 Google integrations.
Response
Integration created
id
project_id
type
name
auth_type
created
modified
config
tools
setup_instructions
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error
