Athena allows you to leverage the full Python ecosystem of open-source tools for custom data integration, enabling connections to any system. Additionally, you have easy access to Athena agents through Athena SDK, facilitating seamless integration and automation of complex workflows.Documentation Index
Fetch the complete documentation index at: https://resources.athenaintel.com/llms.txt
Use this file to discover all available pages before exploring further.
This guide is designed for technical users with basic coding skills, enabling them to effectively harness the full Python ecosystem for custom data integration and seamless access to Athena agents through Athena SDK.
Step-by-step Instructions
Open Builder
Navigate to Builder. Enter the name of your task. Click on Create Task.

Edit the script
In the inbuilt code editor on your left, write the custom Python script that you wish to create for your workflow.

- The main arguments are used for generating
- the input spec of the Script
- the frontend that you see when running the Script as a standalone app.
- Type annotations are used to generate the UI form, and help pre-validate inputs. While not mandatory, they are highly recommended.

