Get Started
Introduction
Coaxial is an IAM platform for LLMs. Coaxial provides a developer framework that easily integrates access controls for data, models, and functionality of an LLM-powered application.
Why Coaxial?
At Coaxial, we have a dream of providing every LLM with identity context. Currently, models simply do not care what information they give to who. With Coaxial, you can automatically control “how a model acts” based on the user it interacts with. Here is how we provide tailored control over LLM functionality and knowledge:
- Auth Integrations: We intake user data from any LLM-powered application (Okta, Auth0, etc.)
- Data Integrations: Coaxial automatically parses index/table data from vector DB’s (Pinecone, Chroma, etc.), datalakes (Databricks, Snowflake, etc.), and more. Supports custom data integrations.
- Model Integrations: We intake models from popular sources including OpenAI and Huggingface. Supports custom fine-tuned models as well.
- Functions: Coaxial provides a simple interface to track your LLM functions/external API functionality.
- Provisioning/De-provisioning: The integrations above produce user, data, model, and function objects. Data, model, and function objects are assigned to different users through the Dashboard or SDK.
Developers must use the SDK to check user access to various resources. After implementation, security executives and LLM admins can instantly control LLM behavior.
Setting up
To start using Coaxial, you need to setup our Developer SDK and Coaxial Dashboard.