--- name: connect-routes description: Handle 8 OpenAPI operation(s) under /connect for the connect route group. --- # connect API Routes Handle 8 OpenAPI operation(s) under /connect for the connect route group. Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool. ## Operations ### applications_controller_list - Operation ID: `applications_controller_list` - Route: `GET /connect/applications` - Mode: READ - Summary: List Connect Applications - Parameters: - `before` in `query` - `after` in `query` - `limit` in `query` - `order` in `query` - `organization_id` in `query` ### applications_controller_create - Operation ID: `applications_controller_create` - Route: `POST /connect/applications` - Mode: WRITE - Summary: Create a Connect Application - Body: JSON request body accepted. ### applications_controller_find - Operation ID: `applications_controller_find` - Route: `GET /connect/applications/{id}` - Mode: READ - Summary: Get a Connect Application - Parameters: - `id` in `path` required ### applications_controller_update - Operation ID: `applications_controller_update` - Route: `PUT /connect/applications/{id}` - Mode: WRITE - Summary: Update a Connect Application - Parameters: - `id` in `path` required - Body: JSON request body accepted. ### applications_controller_delete - Operation ID: `applications_controller_delete` - Route: `DELETE /connect/applications/{id}` - Mode: WRITE - Summary: Delete a Connect Application - Parameters: - `id` in `path` required ### application_credentials_controller_list - Operation ID: `application_credentials_controller_list` - Route: `GET /connect/applications/{id}/client_secrets` - Mode: READ - Summary: List Client Secrets for a Connect Application - Parameters: - `id` in `path` required ### application_credentials_controller_create - Operation ID: `application_credentials_controller_create` - Route: `POST /connect/applications/{id}/client_secrets` - Mode: WRITE - Summary: Create a new client secret for a Connect Application - Parameters: - `id` in `path` required - Body: JSON request body accepted. ### application_credentials_controller_delete - Operation ID: `application_credentials_controller_delete` - Route: `DELETE /connect/client_secrets/{id}` - Mode: WRITE - Summary: Delete a Client Secret - Parameters: - `id` in `path` required