action launchdarkly_post_environment { label: "Create a new environment in a specified project with a given name, key, and swatch color." provider: launchdarkly method: POST path: "/projects/{projectKey}/environments" encoding: json output: { type: "object" additionalProperties: true } }