Creates a new Edge Config for storing key-value data at the edge. Edge Configs enable ultra-low latency data reads from Vercel's edge network. Use this to store feature flags, A/B test configurations, or other data that needs to be read quickly from edge functions.
slugRequiredstringUnique slug identifier for the Edge Config. Can only contain alphanumeric characters, underscores (_) and hyphens (-). Maximum 64 characters.
itemsobjectOptional initial key-value items to populate the Edge Config. Each key should be a string and values can be any JSON-serializable type.
teamIdstringThe Team identifier to perform the request on behalf of. Required if the Edge Config belongs to a team.
teamSlugstringThe Team URL slug to perform the request on behalf of. Alternative to teamId.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.