action launchdarkly_post_project { label: "Create a new project with the given key and name." provider: launchdarkly method: POST path: "/projects" encoding: json output: { type: "object" additionalProperties: true } }