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

    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
    

    Please see the full SDK documentation.

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