Create app passwordAsk AIpost https://api.agent700.ai/api/auth/app-passwordsCreates a new SOC2-compliant app password for programmatic access, returning the secret token once.Body ParamsApp password creation data. Name is required (max 255 characters) and must be unique for the user. Maximum of 10 app passwords per user (configurable via MAX_APP_PASSWORDS_PER_USER). Permissions are optional and default to empty object. The token is returned only once during creation for security.namestringrequiredpermissionsobjectArbitrary permission structurepermissions objectResponses 201App password created successfully 400Validation error or quota exceeded 500Failed to create app passwordUpdated 2 months ago