Shortcuts

Geodesic Projects

Projects are like your personal work area within the SeerAI Graph. You can store datasets and other objects and connections here and they will only be visible to those that you share them with.

You can create a new project and set it as your active project using the geodesic.create_project() method and you set the active project using the geodesic.set_active_project() method.

>>> geodesic.create_project(name="docs-example", alias="Docs Example Project", description="Test project for illustration purposes")
>>> geodesic.get_active_project("docs-example")

Docs

Developer documentation for Seer AI APIs

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources