> ## Documentation Index
> Fetch the complete documentation index at: https://docs.credibledata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Access via APIs

> Programmatically access your semantic models through APIs

The Credible REST API provides programmatic manage and access your semantic model resources — environments, packages, models, notebooks, and connections. Use it to build custom applications, automate workflows, or integrate with external systems.

Credible provides two distinct APIs that align with our [platform architecture](/concepts/architecture): the **Admin API** for management operations and the **Data API** for high-throughput queries. This separation ensures administrative operations never impact query performance, and each plane can scale independently.

<CardGroup cols={2}>
  <Card title="Admin API" icon="shield-check" color="#988962" href="/admin-api-reference">
    Comprehensive REST API for managing organizations, environments, packages, connections, and permissions with enterprise-grade security and governance.
  </Card>

  <Card title="Data API" icon="database" color="#628698" href="/data-api-reference">
    Query and analyze your semantic models programmatically with Malloy support for building custom applications and integrations.
  </Card>
</CardGroup>
