Documentation Index
Fetch the complete documentation index at: https://futureagi.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Configure Your Environment
Set up your environment variables to connect to Future AGI. Get your API keys here
Register Your Observe Project
Register your project with the necessary configuration.Configuration Parameters:
- project_type: Set as
ProjectType.OBSERVEfor observe - project_name: A descriptive name for your project
- transport (optional): Set the transport for your traces. The available options are
GRPCandHTTP.
Instrument Your Project
There are 2 ways to implement tracing in your project:Then instrument your project:Now use OpenAI as normal and your requests will be automatically traced:To learn more about supported frameworks and instrumentation options, visit our Auto Instrumentation documentation.
- Auto Instrumentor: Instrument your project with FutureAGI’s Auto Instrumentor. Recommended for most use cases.
- Manual Tracing: Manually track your project with Open Telemetry. Useful for more customized tracing. Learn more →