Databutton
DiscordSign up
  • Getting Started
    • Databutton University
    • Meet the Databutton AI agent
  • Help & FAQ
  • Prompting in Databutton
    • Top prompting strategies
    • Prompting app UI & design
    • Prompting up your backend (APIs)
    • Troubleshooting prompt
    • Connecting UI with the Backend
    • Prompt Gallery
  • Using Tasks
    • How to use tasks in Databutton
    • Writing a good task
    • Chaining tasks
  • Task Gallery
  • Integrating SaaS Services
    • Authentication Integration
      • Firebase Integration
      • Supabase Integration
    • Working with Firestore Database
    • Working with Supabase Table
    • Stripe Integration
  • App Configurations
    • Package Installations
    • Managing Secrets
    • Customising Agent Behavior
    • Invite Collaborators
    • Opening Dev APIs
    • Customising App Design
  • Tutorials
    • Configuring a custom domain for your app
  • Databutton MCP – Build tools for AI
  • Troubleshooting
    • Browser window crashes
Powered by GitBook
On this page

Was this helpful?

  1. App Configurations

Opening Dev APIs

Allow external services to call your APIs as webhooks during development.

  1. Go to Settings

    • Click the Settings button and you'll see the Configuration page.

  2. Choose Access

    • Click the Access tab and find the Development URLs section.

  3. Understand the risks

    1. Making the APIs public will make ALL endpoints from your development environment open on the internet. Make sure your private endpoints have auth enabled.

  4. Click Make APIs public

    • By default your undeployed workspace APIs are only accessible in the development workspace. Clicking this button will make them open to the internet for a limited time period. Click again to close access.

  5. Copy the prefix url

    • Your endpoints in the dev workspace are now accessible via the prefix URL + the endpoint path.

PreviousInvite CollaboratorsNextCustomising App Design

Last updated 7 days ago

Was this helpful?