Mantle home pagelight logodark logo
  • Website
  • Blog
  • Contact support
  • Login
  • Login
Product Guide
SDK Guide
Workflows
  • Workflows Gallery
  • Mantle SDK Guide
    • Get started
    • Interact with Database
    • Interact with Pipelines
    • FAQ
    Mantle SDK Guide

    FAQ

    I am tired of authenticating each time I create a new Mantle SDK client. How do I avoid this?

    When you instantiate a new Mantle SDK client:

    Copy
    import mantlebio
    
    # Create a new Mantle SDK client
    mantle = mantlebio.MantleClient()
    

    you will be prompted to authenticate. To skip this step, you can set the MANTLE_USER and MANTLE_PASSWORD environment variables in your shell:

    Copy
    export MANTLE_USER=your_username
    export MANTLE_PASSWORD=your_password
    

    Where can I find more information on using the Mantle SDK?

    Please see the full SDK documentation.

    Interact with Pipelines
    websitelinkedin
    Powered by Mintlify
    Assistant
    Responses are generated using AI and may contain mistakes.