Skip to main content
These guidelines ensure apps in the Orbit AI marketplace provide a great experience for users. Following these requirements will help your app pass review quickly.

Core Requirements

Security

Implement OAuth 2.0 correctly, validate all inputs, and handle user data securely.

User Experience

Provide clear UI, helpful error messages, and intuitive workflows.

Performance

Respond to webhooks within 5 seconds and maintain high availability.

Documentation

Provide clear setup instructions and user documentation.

Do’s and Don’ts

Do

  • Request minimal permissions
  • Provide clear error messages
  • Include a privacy policy
  • Handle rate limits gracefully
  • Offer a way to disconnect
  • Keep user data secure

Don’t

  • Request unnecessary permissions
  • Store tokens insecurely
  • Ignore webhook failures
  • Mislead users about functionality
  • Collect data without consent
  • Violate rate limits repeatedly

Branding Requirements

ItemRequirement
App Icon512x512 PNG, no transparency required
App NameClear, descriptive, no trademarks you don’t own
DescriptionAccurate summary of features (max 500 chars)
ScreenshotsAt least 2 screenshots showing key features
CategorySelect the most appropriate category

Privacy & Data Handling

Your app must respect user privacy and comply with data protection regulations:
  • Publish a clear privacy policy explaining what data you collect and how it’s used
  • Only collect data necessary for your app’s functionality
  • Provide users a way to request data deletion
  • Don’t share user data with third parties without explicit consent
  • Implement appropriate security measures to protect user data

Next Steps