mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node integrates with the mittwald mStudio API to create a new project with an experimental LLM Beta License. It is designed for users who want to programmatically set up projects within the mittwald environment, including optional creation of a Web UI container. This can be useful for automating project provisioning workflows, especially when managing multiple projects or integrating with other systems.

Practical examples include:

  • Automatically creating new projects as part of a CI/CD pipeline.
  • Setting up projects with specific licenses and configurations without manual intervention.
  • Enabling or disabling the creation of associated Web UI containers based on project requirements.

Properties

Name Meaning
Project Id The unique identifier for the project to be created.
Create Webui Container Boolean flag indicating whether to create a Web UI container alongside the project.
Name The name assigned to the new project.

Output

The node outputs JSON data representing the response from the mittwald mStudio API after attempting to create the project. This typically includes details about the newly created project such as its ID, status, license information, and any related metadata. There is no indication that the node outputs binary data.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de for all requests.
  • The node depends on the bundled OpenAPI specification (openapi.json) for request construction.
  • No additional external dependencies are indicated beyond the API access.

Troubleshooting

  • Common issues:

    • Missing or invalid API authentication token will cause authorization errors.
    • Providing an invalid or duplicate Project Id may result in API errors.
    • Network connectivity issues can prevent successful communication with the mittwald API.
  • Error messages:

    • Authorization failures typically indicate problems with the API key; verify credentials.
    • Validation errors from the API may indicate missing required fields like Project Id or Name.
    • Unexpected server errors suggest contacting mittwald support or checking API status.

Links and References

Discussion