# Pragmatiks ## Docs - [Create Instance](https://docs.pragmatiks.io/api-reference/agent-instances/create-instance.md): Create a new agent instance. - [Delete Instance](https://docs.pragmatiks.io/api-reference/agent-instances/delete-instance.md): Delete an agent instance. - [Get Instance](https://docs.pragmatiks.io/api-reference/agent-instances/get-instance.md): Get a specific agent instance by ID. - [Get Instance Plan](https://docs.pragmatiks.io/api-reference/agent-instances/get-instance-plan.md): Reconstruct the current plan for an agent instance. - [List Instance Logs](https://docs.pragmatiks.io/api-reference/agent-instances/list-instance-logs.md): List log entries for an agent instance. - [List Instances](https://docs.pragmatiks.io/api-reference/agent-instances/list-instances.md): List agent instances with optional filters. - [Transition Instance](https://docs.pragmatiks.io/api-reference/agent-instances/transition-instance.md): Transition an agent instance to a new status. - [Update Instance](https://docs.pragmatiks.io/api-reference/agent-instances/update-instance.md): Update an existing agent instance. - [Create Agent Type](https://docs.pragmatiks.io/api-reference/agent-types/create-agent-type.md): Create a new agent type. - [Delete Agent Type](https://docs.pragmatiks.io/api-reference/agent-types/delete-agent-type.md): Delete an agent type. - [Get Agent Type](https://docs.pragmatiks.io/api-reference/agent-types/get-agent-type.md): Get a specific agent type by ID. - [List Agent Type Instances](https://docs.pragmatiks.io/api-reference/agent-types/list-agent-type-instances.md): List instances for an agent type. - [List Agent Types](https://docs.pragmatiks.io/api-reference/agent-types/list-agent-types.md): List all agent types for the authenticated organization. - [Suggest Triggers](https://docs.pragmatiks.io/api-reference/agent-types/suggest-triggers.md): Analyze agent type system instructions and propose trigger configurations. - [Update Agent Type](https://docs.pragmatiks.io/api-reference/agent-types/update-agent-type.md): Update an existing agent type. - [Create Agent Log](https://docs.pragmatiks.io/api-reference/agents/create-agent-log.md): Create an agent log entry. - [List Agent Actions](https://docs.pragmatiks.io/api-reference/agents/list-agent-actions.md): Query the merged timeline of events and logs for an agent. - [Stream Agent Actions](https://docs.pragmatiks.io/api-reference/agents/stream-agent-actions.md): Stream real-time agent actions via Server-Sent Events. - [Deep Analysis](https://docs.pragmatiks.io/api-reference/assists/deep-analysis.md): Answer a free-form analysis question about a task. - [Explain Task](https://docs.pragmatiks.io/api-reference/assists/explain-task.md): Generate a plain-language task explanation. - [Generate Subtasks](https://docs.pragmatiks.io/api-reference/assists/generate-subtasks.md): Decompose a parent task into subtasks. - [Improve Task](https://docs.pragmatiks.io/api-reference/assists/improve-task.md): Refine a task title and description. - [Review Summary](https://docs.pragmatiks.io/api-reference/assists/review-summary.md): Summarize proposed task changes for review. - [Suggest Assignee](https://docs.pragmatiks.io/api-reference/assists/suggest-assignee.md): Recommend an assignee from a candidate pool. - [Summarize Thread](https://docs.pragmatiks.io/api-reference/assists/summarize-thread.md): Summarize a task comment thread. - [Get Current User Info](https://docs.pragmatiks.io/api-reference/auth/get-current-user-info.md): Return current authenticated user information. - [Authentication](https://docs.pragmatiks.io/api-reference/authentication.md): How to authenticate with the Pragmatiks API - [Create View](https://docs.pragmatiks.io/api-reference/canvas/create-view.md): Create a new saved canvas view. - [Delete Positions](https://docs.pragmatiks.io/api-reference/canvas/delete-positions.md): Delete all saved node positions for the authenticated user. - [Delete View](https://docs.pragmatiks.io/api-reference/canvas/delete-view.md): Delete a saved canvas view. - [Get Positions](https://docs.pragmatiks.io/api-reference/canvas/get-positions.md): Retrieve saved node positions for the authenticated user. - [List Views](https://docs.pragmatiks.io/api-reference/canvas/list-views.md): List all saved canvas views for the authenticated user. - [Save Positions](https://docs.pragmatiks.io/api-reference/canvas/save-positions.md): Save or update node positions for the authenticated user. - [Set Node Pinned](https://docs.pragmatiks.io/api-reference/canvas/set-node-pinned.md): Toggle the pinned state for a single node. - [Update View](https://docs.pragmatiks.io/api-reference/canvas/update-view.md): Update an existing saved canvas view. - [Get Organization](https://docs.pragmatiks.io/api-reference/console/get-organization.md): Read any organization's record by id. - [List Organizations](https://docs.pragmatiks.io/api-reference/console/list-organizations.md): List every organization on the platform. - [Register Platform Provider Version](https://docs.pragmatiks.io/api-reference/console/register-platform-provider-version.md): Register a first-party provider version backed by a wheel. - [Register Runtime Version](https://docs.pragmatiks.io/api-reference/console/register-runtime-version.md): Register a new runtime image version. - [Whoami](https://docs.pragmatiks.io/api-reference/console/whoami.md): Return the authenticated console principal. - [Chat](https://docs.pragmatiks.io/api-reference/conversation-routing/chat.md): Main entry point for all user chat messages. - [Get Routing Manifest](https://docs.pragmatiks.io/api-reference/conversation-routing/get-routing-manifest.md): Return assembled routing manifests from all active agent types. - [Send Instance Message](https://docs.pragmatiks.io/api-reference/conversation-routing/send-instance-message.md): Stream a message to a specific agent instance. - [Error Codes](https://docs.pragmatiks.io/api-reference/errors.md): Understanding API error responses - [Event Stream](https://docs.pragmatiks.io/api-reference/events/event-stream.md): Stream resource state changes via Server-Sent Events. - [List Event History](https://docs.pragmatiks.io/api-reference/events/list-event-history.md): Query lifecycle state transition history. - [Examples](https://docs.pragmatiks.io/api-reference/examples.md): Curl examples for common API operations - [Check File Exists](https://docs.pragmatiks.io/api-reference/files/check-file-exists.md): Check if file exists. - [Delete File](https://docs.pragmatiks.io/api-reference/files/delete-file.md): Delete file content from storage. - [Download File](https://docs.pragmatiks.io/api-reference/files/download-file.md): Download file content. - [Get Download Url](https://docs.pragmatiks.io/api-reference/files/get-download-url.md): Get a signed URL for file download. - [Upload File](https://docs.pragmatiks.io/api-reference/files/upload-file.md): Upload file content for a pragma/file resource. - [Fleet Vitals](https://docs.pragmatiks.io/api-reference/fleet/fleet-vitals.md): Return aggregated fleet metrics for the authenticated organization. - [Check Path](https://docs.pragmatiks.io/api-reference/graph/check-path.md): Check if a dependency path exists between two resources. - [Get Downstream](https://docs.pragmatiks.io/api-reference/graph/get-downstream.md): Get all transitive dependents (downstream) of a resource. - [Get Neighbors](https://docs.pragmatiks.io/api-reference/graph/get-neighbors.md): Get direct connections (dependencies and dependents) of a resource. - [Get Upstream](https://docs.pragmatiks.io/api-reference/graph/get-upstream.md): Get all transitive dependencies (upstream) of a resource. - [Health](https://docs.pragmatiks.io/api-reference/health.md): Health check endpoint for load balancers and monitoring. - [API Reference](https://docs.pragmatiks.io/api-reference/introduction.md): Pragmatiks REST API reference and overview - [Bulk Delete Dead Letter Events](https://docs.pragmatiks.io/api-reference/ops/bulk-delete-dead-letter-events.md): Bulk delete failed events. - [Delete Dead Letter Event](https://docs.pragmatiks.io/api-reference/ops/delete-dead-letter-event.md): Delete a single failed event. - [Get Dead Letter Event](https://docs.pragmatiks.io/api-reference/ops/get-dead-letter-event.md): Get a single failed event by ID. - [List Dead Letter Events](https://docs.pragmatiks.io/api-reference/ops/list-dead-letter-events.md): List all failed events for the authenticated tenant. - [Retry All Dead Letter Events](https://docs.pragmatiks.io/api-reference/ops/retry-all-dead-letter-events.md): Retry all failed events for the authenticated tenant. - [Retry Dead Letter Event](https://docs.pragmatiks.io/api-reference/ops/retry-dead-letter-event.md): Retry a single failed event. - [Get My Organization](https://docs.pragmatiks.io/api-reference/organizations/get-my-organization.md): Return the authenticated caller's own organization record. - [Get Organization Status](https://docs.pragmatiks.io/api-reference/organizations/get-organization-status.md): Return the bootstrap status of the authenticated organization. - [Apply Patch](https://docs.pragmatiks.io/api-reference/patches/apply-patch.md): Apply a patch to a target resource. - [Check Patch Compatibility](https://docs.pragmatiks.io/api-reference/patches/check-patch-compatibility.md): Check if a patch is compatible with a target resource. - [Create Patch](https://docs.pragmatiks.io/api-reference/patches/create-patch.md): Create a new patch against a source resource. - [List Patches](https://docs.pragmatiks.io/api-reference/patches/list-patches.md): List all patches for a source resource. - [Acquire Lock](https://docs.pragmatiks.io/api-reference/presence/acquire-lock.md): Acquire an advisory lock on a resource. - [Deregister Presence](https://docs.pragmatiks.io/api-reference/presence/deregister-presence.md): Remove an agent's presence registration. - [Get Lock](https://docs.pragmatiks.io/api-reference/presence/get-lock.md): Check who holds the advisory lock on a resource. - [Get Presence](https://docs.pragmatiks.io/api-reference/presence/get-presence.md): Get presence details for a specific agent. - [Heartbeat](https://docs.pragmatiks.io/api-reference/presence/heartbeat.md): Send a heartbeat to maintain presence and update activity. - [List Active](https://docs.pragmatiks.io/api-reference/presence/list-active.md): List all active agents and sessions for the organization. - [List Locks](https://docs.pragmatiks.io/api-reference/presence/list-locks.md): List all active advisory locks for the organization. - [Register Presence](https://docs.pragmatiks.io/api-reference/presence/register-presence.md): Register an agent or session as active. - [Release Lock](https://docs.pragmatiks.io/api-reference/presence/release-lock.md): Release an advisory lock on a resource. - [Create Project](https://docs.pragmatiks.io/api-reference/projects/create-project.md): Create a new project in the caller's organization. - [Delete Project](https://docs.pragmatiks.io/api-reference/projects/delete-project.md): Delete a project, with safe and cascade-delete modes. - [Get Project](https://docs.pragmatiks.io/api-reference/projects/get-project.md): Get a specific project by ID. - [List Projects](https://docs.pragmatiks.io/api-reference/projects/list-projects.md): List all projects for the authenticated organization. - [Update Project](https://docs.pragmatiks.io/api-reference/projects/update-project.md): Update a project's name. - [Create Wheel Provider Version](https://docs.pragmatiks.io/api-reference/providers/create-wheel-provider-version.md): Publish a provider version backed by a prebuilt wheel. - [Delete Provider](https://docs.pragmatiks.io/api-reference/providers/delete-provider.md): Delete a provider from the store (author only). - [Deploy Provider](https://docs.pragmatiks.io/api-reference/providers/deploy-provider.md): (Re)deploy an installed provider. - [Downgrade Provider](https://docs.pragmatiks.io/api-reference/providers/downgrade-provider.md): Queue a downgrade of an installed provider to an older version. - [Get Deployment Status](https://docs.pragmatiks.io/api-reference/providers/get-deployment-status.md): Get deployment status for an installed provider. - [Get Provider](https://docs.pragmatiks.io/api-reference/providers/get-provider.md): Get provider details. - [Get Version Detail](https://docs.pragmatiks.io/api-reference/providers/get-version-detail.md): Get detail for a specific provider version. - [Install Provider](https://docs.pragmatiks.io/api-reference/providers/install-provider.md): Queue installation of a provider from the store. - [List Installed](https://docs.pragmatiks.io/api-reference/providers/list-installed.md): List installed providers for the current tenant. - [List Provider Versions](https://docs.pragmatiks.io/api-reference/providers/list-provider-versions.md): List versions for a provider. - [List Providers](https://docs.pragmatiks.io/api-reference/providers/list-providers.md): Browse/search the provider store. - [Uninstall Provider](https://docs.pragmatiks.io/api-reference/providers/uninstall-provider.md): Queue an uninstall of a provider. - [Update Provider](https://docs.pragmatiks.io/api-reference/providers/update-provider.md): Update provider metadata (author only). - [Upgrade Provider](https://docs.pragmatiks.io/api-reference/providers/upgrade-provider.md): Queue an upgrade of an installed provider to a new version. - [Apply Resource](https://docs.pragmatiks.io/api-reference/resources/apply-resource.md): Apply a resource with declarative lifecycle semantics. - [Copy Resources](https://docs.pragmatiks.io/api-reference/resources/copy-resources.md): Copy a subgraph of resources within the current project. - [Deactivate Resource](https://docs.pragmatiks.io/api-reference/resources/deactivate-resource.md): Deactivate a resource (soft delete). - [Get Resource](https://docs.pragmatiks.io/api-reference/resources/get-resource.md): Get a specific resource by provider, resource type, and name. - [Get Resource Health](https://docs.pragmatiks.io/api-reference/resources/get-resource-health.md): Get health status of a resource by provider, resource type, and name. - [Get Resource Logs](https://docs.pragmatiks.io/api-reference/resources/get-resource-logs.md): Get logs for a resource by provider, resource type, and name. - [Get Resource Status](https://docs.pragmatiks.io/api-reference/resources/get-resource-status.md): Get resource lifecycle status. - [List Resource Schemas](https://docs.pragmatiks.io/api-reference/resources/list-resource-schemas.md): List available resource schemas. - [List Resources](https://docs.pragmatiks.io/api-reference/resources/list-resources.md): List all resources in a project. - [Remove Resource](https://docs.pragmatiks.io/api-reference/resources/remove-resource.md): Remove a resource from the graph (hard delete). - [Get Latest Runtime Version](https://docs.pragmatiks.io/api-reference/runtime/get-latest-runtime-version.md): Get the latest runtime version. - [List Runtime Versions](https://docs.pragmatiks.io/api-reference/runtime/list-runtime-versions.md): List all runtime versions, most recent first. - [Estimate Llm Cost](https://docs.pragmatiks.io/api-reference/settings/estimate-llm-cost.md): Return a monthly cost estimate for a prospective provider choice. - [Get Llm Settings](https://docs.pragmatiks.io/api-reference/settings/get-llm-settings.md): Return the authenticated organization's LLM settings. - [List Available Providers](https://docs.pragmatiks.io/api-reference/settings/list-available-providers.md): List LLM providers the organization can select in the settings UI. - [Update Llm Settings](https://docs.pragmatiks.io/api-reference/settings/update-llm-settings.md): Update the authenticated organization's LLM settings. - [Assign Task](https://docs.pragmatiks.io/api-reference/tasks/assign-task.md): Assign a task to an agent instance, user, or type. - [Board Summary](https://docs.pragmatiks.io/api-reference/tasks/board-summary.md): Get board summary with task counts per status. - [Create Subtask](https://docs.pragmatiks.io/api-reference/tasks/create-subtask.md): Create a new subtask under an existing task. - [Create Task](https://docs.pragmatiks.io/api-reference/tasks/create-task.md): Create a new task. - [Create Task Comment](https://docs.pragmatiks.io/api-reference/tasks/create-task-comment.md): Create a comment on a task. - [Delete Task](https://docs.pragmatiks.io/api-reference/tasks/delete-task.md): Delete a task. - [Delete Task Comment](https://docs.pragmatiks.io/api-reference/tasks/delete-task-comment.md): Delete a task comment. Only the original author may delete. - [Get Task](https://docs.pragmatiks.io/api-reference/tasks/get-task.md): Get a specific task by ID. - [Link Subtask](https://docs.pragmatiks.io/api-reference/tasks/link-subtask.md): Link an existing task as a subtask of another task. - [List Subtasks](https://docs.pragmatiks.io/api-reference/tasks/list-subtasks.md): List direct subtasks of a task. - [List Task Activity](https://docs.pragmatiks.io/api-reference/tasks/list-task-activity.md): List the activity timeline for a task. - [List Task Comments](https://docs.pragmatiks.io/api-reference/tasks/list-task-comments.md): List comments on a task, oldest first, paginated. - [List Task Mutations](https://docs.pragmatiks.io/api-reference/tasks/list-task-mutations.md): Return the paginated mutation log for a task. - [List Tasks](https://docs.pragmatiks.io/api-reference/tasks/list-tasks.md): List tasks with optional filters. - [Task Graph Diff](https://docs.pragmatiks.io/api-reference/tasks/task-graph-diff.md): Return the net delta per resource for a task. - [Transition Task](https://docs.pragmatiks.io/api-reference/tasks/transition-task.md): Transition a task to a new status. - [Unlink Subtask](https://docs.pragmatiks.io/api-reference/tasks/unlink-subtask.md): Remove a subtask link between two tasks. - [Update Task](https://docs.pragmatiks.io/api-reference/tasks/update-task.md): Update an existing task. - [Update Task Comment](https://docs.pragmatiks.io/api-reference/tasks/update-task-comment.md): Edit a task comment. Only the original author may edit. - [Create Trigger](https://docs.pragmatiks.io/api-reference/triggers/create-trigger.md): Create a new agent trigger. - [Delete Trigger](https://docs.pragmatiks.io/api-reference/triggers/delete-trigger.md): Delete a trigger. - [Get Trigger](https://docs.pragmatiks.io/api-reference/triggers/get-trigger.md): Get a specific trigger by ID. - [List Triggers](https://docs.pragmatiks.io/api-reference/triggers/list-triggers.md): List triggers with optional filters. - [Send Conversation Message](https://docs.pragmatiks.io/api-reference/triggers/send-conversation-message.md): Send a message to the organization's main conversation agent. - [Update Trigger](https://docs.pragmatiks.io/api-reference/triggers/update-trigger.md): Update an existing trigger. - [Clerk Webhook](https://docs.pragmatiks.io/api-reference/webhooks/clerk-webhook.md): Handle Clerk webhook events for organization lifecycle. - [Best Practices](https://docs.pragmatiks.io/building-providers/best-practices.md): Guidelines for building reliable, maintainable providers - [Config and Outputs](https://docs.pragmatiks.io/building-providers/config-outputs.md): Design patterns for resource configuration schemas and output values - [Deployment](https://docs.pragmatiks.io/building-providers/deployment.md): Deploy your provider to the Pragmatiks platform - [Provider Examples](https://docs.pragmatiks.io/building-providers/examples.md): Annotated examples showing common provider patterns and design decisions - [Getting Started](https://docs.pragmatiks.io/building-providers/getting-started.md): Build your first provider from scratch in 15 minutes - [Lifecycle Methods](https://docs.pragmatiks.io/building-providers/lifecycle.md): Deep dive into on_create, on_update, and on_delete lifecycle methods - [Building Providers](https://docs.pragmatiks.io/building-providers/overview.md): Create custom providers to manage any infrastructure or service - [Testing Providers](https://docs.pragmatiks.io/building-providers/testing.md): Test provider lifecycle methods with pytest and ProviderHarness - [Changelog](https://docs.pragmatiks.io/changelog.md): Platform updates and new features - [Authentication](https://docs.pragmatiks.io/cli/authentication.md): Authenticate with Pragmatiks - [Installation](https://docs.pragmatiks.io/cli/installation.md): Install the Pragma CLI - [Operations](https://docs.pragmatiks.io/cli/operations.md): Platform operations - [CLI Overview](https://docs.pragmatiks.io/cli/overview.md): Command-line interface for Pragmatiks - [Providers](https://docs.pragmatiks.io/cli/providers.md): Build and deploy providers - [Resources](https://docs.pragmatiks.io/cli/resources.md): Manage resources with the CLI - [Store Commands](https://docs.pragmatiks.io/cli/store.md): CLI reference for the pragma store command group - [Glossary](https://docs.pragmatiks.io/concepts/glossary.md): Core terminology and concepts in Pragmatiks - [How it works](https://docs.pragmatiks.io/concepts/how-it-works.md): Understanding how Pragmatiks manages your AI infrastructure - [Providers](https://docs.pragmatiks.io/concepts/providers.md): How providers manage resources - [Reactive Dependencies](https://docs.pragmatiks.io/concepts/reactive-dependencies.md): Automatic change propagation through your infrastructure dependency graph - [Resources](https://docs.pragmatiks.io/concepts/resources.md): Infrastructure components you declare and configure - [FAQ](https://docs.pragmatiks.io/faq.md): Frequently asked questions about Pragmatiks - [Prerequisites](https://docs.pragmatiks.io/getting-started/prerequisites.md): Set up your account and GCP credentials before using Pragmatiks - [Verify Setup](https://docs.pragmatiks.io/getting-started/verify-setup.md): Confirm your resources are provisioned correctly - [Error Recovery](https://docs.pragmatiks.io/guides/error-recovery.md): Diagnose and recover from failed resources - [File Uploads](https://docs.pragmatiks.io/guides/file-uploads.md): Upload and manage files with Pragmatiks - [Reactive Pipelines](https://docs.pragmatiks.io/guides/reactive-pipelines.md): Build multi-resource pipelines with automatic change propagation - [Welcome](https://docs.pragmatiks.io/index.md): Reactive infrastructure for data and AI workloads - [How we compare](https://docs.pragmatiks.io/learn/how-we-compare.md): Understand where Pragmatiks fits in the data infrastructure landscape - [What is Pragmatiks](https://docs.pragmatiks.io/learn/index.md): Install pre-built data and AI infrastructure resources in minutes, not weeks - [RAG Pipeline](https://docs.pragmatiks.io/learn/use-cases/rag-pipeline.md): Build AI-powered retrieval systems in minutes instead of weeks - [Configuration](https://docs.pragmatiks.io/mcp/configuration.md): Set up the Pragmatiks MCP server in your AI tool - [MCP Server](https://docs.pragmatiks.io/mcp/overview.md): Connect AI assistants to Pragmatiks using the Model Context Protocol - [Agent](https://docs.pragmatiks.io/providers/agno/agent.md): Define an AI agent with a model, tools, knowledge, and memory - [Runner](https://docs.pragmatiks.io/providers/agno/deployment.md): Deploy agents and teams to Kubernetes - [Knowledge](https://docs.pragmatiks.io/providers/agno/knowledge.md): Add semantic search and RAG capabilities to agents - [Memory](https://docs.pragmatiks.io/providers/agno/memory.md): Enable persistent memory for agents across conversations - [Models](https://docs.pragmatiks.io/providers/agno/models.md): Configure Anthropic Claude and OpenAI GPT models for agents - [Agno Provider](https://docs.pragmatiks.io/providers/agno/overview.md): Deploy and manage AI agents, teams, and their dependencies on Kubernetes - [Storage](https://docs.pragmatiks.io/providers/agno/storage.md): Configure PostgreSQL storage for agent sessions and memory - [Team](https://docs.pragmatiks.io/providers/agno/team.md): Define a multi-agent team with coordinated members - [Tools](https://docs.pragmatiks.io/providers/agno/tools.md): Add MCP server and web search capabilities to agents - [Cloud SQL](https://docs.pragmatiks.io/providers/gcp/cloudsql.md): Manage Cloud SQL instances, databases, and users - [GCP Provider](https://docs.pragmatiks.io/providers/gcp/overview.md): Manage Google Cloud Platform infrastructure resources - [Secret](https://docs.pragmatiks.io/providers/gcp/secret.md): Store secrets in GCP Secret Manager - [Deployment](https://docs.pragmatiks.io/providers/kubernetes/deployment.md): Manage Kubernetes Deployments for stateless workloads - [Kubernetes Provider](https://docs.pragmatiks.io/providers/kubernetes/overview.md): Manage Kubernetes workloads and configuration on GKE clusters - [Resource Store](https://docs.pragmatiks.io/providers/overview.md): Browse and install pre-built infrastructure resources - [Deploy Your First AI Agent](https://docs.pragmatiks.io/quickstart/amateur.md): Go from zero to a running AI agent in 20 minutes - [Create a Custom Provider](https://docs.pragmatiks.io/quickstart/expert.md): Build and deploy your own provider to extend Pragmatiks - [Quickstart](https://docs.pragmatiks.io/quickstart/index.md): Choose your path to start building with Pragmatiks - [Build a Reactive AI Pipeline](https://docs.pragmatiks.io/quickstart/professional.md): Create a multi-agent team with tools, knowledge, and reactive dependencies - [SDK Overview](https://docs.pragmatiks.io/sdk/overview.md): Python SDK for programmatic access to the Pragmatiks API - [Browsing Providers](https://docs.pragmatiks.io/store/browsing.md): Find and explore providers in the Pragmatiks store - [Installing Providers](https://docs.pragmatiks.io/store/installing.md): Install providers from the store into your workspace - [Provider Store](https://docs.pragmatiks.io/store/overview.md): Browse, install, and manage providers from the Pragmatiks store - [Publishing Providers](https://docs.pragmatiks.io/store/publishing.md): Publish your provider to the Pragmatiks store - [Resource Tiers](https://docs.pragmatiks.io/store/resource-tiers.md): Configure compute resources for installed providers - [Trust Tiers](https://docs.pragmatiks.io/store/trust-tiers.md): Understanding provider trust and verification levels - [Upgrade Policies](https://docs.pragmatiks.io/store/upgrade-policies.md): Control how provider updates are applied - [Upgrading & Uninstalling](https://docs.pragmatiks.io/store/upgrading.md): Manage provider versions and lifecycle - [Common Issues](https://docs.pragmatiks.io/troubleshooting/common-issues.md): Troubleshooting guide ## OpenAPI Specs - [openapi](https://api.pragmatiks.io/openapi.json) ## Optional - [GitHub](https://github.com/pragmatiks)