import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
brainbase_labs: {
type: "app",
app: "brainbase_labs",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://brainbase-monorepo-api.onrender.com/api/team`,
headers: {
"x-api-key": `${this.brainbase_labs.$auth.api_key}`,
},
})
},
})
Emit new event when a new deployment log is created. See the documentation
Create a new Twilio integration for the authenticated team. See the documentation
Create a new voice deployment. See the documentation
Brainbase Labs uses API keys for authentication. When you connect your Brainbase Labs account, Pipedream securely stores the keys so you can easily authenticate to Brainbase Labs APIs in both code and no-code steps.