LaunchDarklyApi::AgentSkillPost Properties Name Type Description Notes key String name String description String [optional] markdown String The verbatim SKILL.md content of the agent skill maintainer_id String [optional] maintainer_team_key String [optional] tags Array<String> [optional] Example require 'launchdarkly_api' instance = LaunchDarklyApi::AgentSkillPost.new( key: null, name: null, description: null, markdown: null, maintainer_id: 507f1f77bcf86cd799439011, maintainer_team_key: example-team-key, tags: null )