Shortcuts

geodesic.config

This module contains the utilities for changing the Geodesic API server configuration. This is used to change which platform you are pointing to. Most users will not need to worry about this except for users working with enterprise deployments. Those users can use these configs to switch between the hosted Geodesic Platform and an enterprise deployment.

Cluster and Auth Configs

Classes for holding configuration information for a specific cluster with Geodesic deployed.

ClusterConfig

ClusterConfig points the geodesic API at a configured Geodesic cluster.

OAuth2Config

Configuration for an OAuth2 Provider.

ServiceConfig

ADVANCED/DEV usage

ConfigManager

Manages the active config.

Utility Functions

The primary way that a user should get the cluster configuration is with get_config() if needed. In general except for development usage, the user should not create a ConfigManager or ClusterConfig manually. In most cases the API will manage the config for the user and they should not need to use any of this functionality directly.

get_config

Utility to get the configuration for the active cluster.

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