Skip to main content
POST
Create a submission package

Authorizations

Authorization
string
header
required

Bearer token for authentication. Use an API key from the API Keys page in team settings, or an OAuth access token.

Body

application/json
environmentId
string
required

The ID of the environment to build the package from

platform
enum<string>
required

The directory the package targets: chatgpt for the OpenAI App Directory, claudeai for the Anthropic MCP Directory

Available options:
chatgpt,
claudeai

Response

The created submission package, with its prefilled fields

id
string
required
environmentId
string
required
auditId
string | null
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
platform
any
required
formData
object
required
urlVerification
object | null
prefillSnapshot
object | null