Shortcuts

geodesic.account.projects.create_project

geodesic.account.projects.create_project(name, alias, description, keywords=[], set_as_active=False)[source]

Creates a new project. Helpful instead of creating a Project instance directly.

Parameters
  • name (str) – name of the project. Used in most cases to look up a project

  • alias (str) – a human readable name for the project

  • description (str) – a text description of this project

  • keywords (list) – a list of keywords to describe this project.

  • set_as_active – if True, sets the new project as the active project

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