# Cloud: full product context > Build artifacts, store images, and connect services through one Cloud Project. Use the console or work directly through the API and CLI. Company: Socra — Multiply Your Judgment Canonical URL: https://cloud.socra.com/ ## Cloud infrastructure for the agentic era ### Choose what your system needs. Independent capabilities, organized around your Project. Explore the services and go straight to their documentation. This catalog describes Cloud capabilities. Service access depends on your Account and Project. Check the Cloud Console for the services available to you. - [Build](https://cloud.socra.com/docs/build): Turn source code into an immutable OCI artifact. - [Run](https://cloud.socra.com/docs/run): Deploy workloads and manage their revisions. - [Sandbox](https://cloud.socra.com/docs/sandbox): Run commands in durable cloud environments. - [Container Registry](https://cloud.socra.com/docs/scr): Store and distribute Project-owned OCI images. - [Databases](https://cloud.socra.com/docs/db): Provision isolated, managed PostgreSQL databases. - [Domains](https://cloud.socra.com/docs/domain): Verify domain ownership and claim hostnames. - [Pub/Sub](https://cloud.socra.com/docs/pubsub): Publish messages and consume them through subscriptions. - [Secrets](https://cloud.socra.com/docs/secret): Manage write-only runtime secrets and their versions. - [IAM](https://cloud.socra.com/docs/iam): Control access to Project resources with policies. - [OAuth](https://cloud.socra.com/docs/oauth): Register clients and authorize application access. - [Service Usage](https://cloud.socra.com/docs/service): Enable services and inspect usage for a Project. - [Analytics](https://cloud.socra.com/docs/analytics): Collect events and query reports in datasets. ### Your system starts with a Project. Give each application a home. Enable its services, define access, and keep its resources and usage together. - Enable what you need: Choose from the services available to your Account. A Project records which capabilities your application can use. - Keep access intentional: Use IAM policies and Project-owned OAuth clients to control who can act and what an application can access. - See where usage belongs: Inspect service usage by Project. Your Account remains the place for billing and payment administration. ### Go from an idea to a command. Work from your terminal or let a coding agent use the same CLI. Every service has a focused reference for its resources and operations. #### Create a Project Create a Project in your current Account. Use the Project ID returned by the command in the next steps. ```sh socra project create my-app ``` #### Explore available services Replace PROJECT_ID with your Project ID. This command lists services available to that Project; it does not enable them. ```sh socra service list --available \ --project PROJECT_ID ``` #### Build your source Run from your source directory and replace PROJECT_ID with your Project ID. Build must be enabled for the Project. ```sh socra build create --project PROJECT_ID ``` ### Good to know #### What is a Cloud Project? A Project groups an application’s resources, enabled services, and usage within your Account. Create separate Projects when you need separate resource and access boundaries. #### Can a coding agent use Cloud? A coding agent with terminal access can use the Socra CLI. Applications can integrate with service APIs directly. Access is still controlled by the credentials and permissions you grant. #### Are all of these services available to my Account? Not necessarily. Some services are restricted to particular Accounts or Projects. The Cloud Console shows your available services; the documentation explains their interfaces. #### Where do I manage billing? Your Account owns billing. Use Admin to manage payments and inspect costs, while Projects identify which application consumed a service. ## Small services. One cloud Independent capabilities, organized around your Project. Explore the services and go straight to their documentation. This catalog describes Cloud capabilities. Service access depends on your Account and Project. Check the Cloud Console for the services available to you. - [Build](https://cloud.socra.com/docs/build): Turn source code into an immutable OCI artifact. - [Run](https://cloud.socra.com/docs/run): Deploy workloads and manage their revisions. - [Sandbox](https://cloud.socra.com/docs/sandbox): Run commands in durable cloud environments. - [Container Registry](https://cloud.socra.com/docs/scr): Store and distribute Project-owned OCI images. - [Databases](https://cloud.socra.com/docs/db): Provision isolated, managed PostgreSQL databases. - [Domains](https://cloud.socra.com/docs/domain): Verify domain ownership and claim hostnames. - [Pub/Sub](https://cloud.socra.com/docs/pubsub): Publish messages and consume them through subscriptions. - [Secrets](https://cloud.socra.com/docs/secret): Manage write-only runtime secrets and their versions. - [IAM](https://cloud.socra.com/docs/iam): Control access to Project resources with policies. - [OAuth](https://cloud.socra.com/docs/oauth): Register clients and authorize application access. - [Service Usage](https://cloud.socra.com/docs/service): Enable services and inspect usage for a Project. - [Analytics](https://cloud.socra.com/docs/analytics): Collect events and query reports in datasets. - Build: Build snapshots source, runs it in an isolated builder, and publishes the resulting artifact to the registry. CLI: socra build create. - Domains: Claim a domain once, verify ownership, and bind it to the revision that should receive traffic. CLI: socra domain list. - Secrets: Create stable secret identities, add immutable material versions, and expose only references to workloads. CLI: socra secret list. - IAM: Assign project roles to account principals and let each service declare the permissions it understands. - OAuth: Create project-owned clients and request managed service scopes through one account consent flow. ## Pay for what your systems use Fund one Account balance. Track consumption by service and project. Set limits before usage grows beyond your plan. ### Simple usage pricing Build has an active usage rate. Domains, Secrets, IAM, and OAuth are included at no additional charge. - Build · $0.01 per build minute: Turn source into an immutable OCI artifact. Live rate. - Domains · Included: Route hostnames to running workloads. Included at no additional charge. - Secrets · Included: Store write-only runtime secrets. Included at no additional charge. - IAM · Included: Control access for people and agents. Included at no additional charge. - OAuth · Included: Authorize applications against Accounts. Included at no additional charge. ### Pricing notes Prices are in USD. Data transfer charges can apply. Only active meters deduct Account credits. ### One balance. Clear project boundaries Your Account owns the prepaid balance. Projects identify the system that consumed a service, so teams can inspect costs and enforce limits without splitting payment administration. ## Cloud infrastructure for the agentic era Cloud services built for people and agents Open Cloud Console. ## One balance. Clear project boundaries Fund one Account balance, track every service by project, and set limits before usage grows. Manage billing. ## Compose the system you need Choose one capability or combine available services through one project. Open Cloud Console. ## Resources - [Documentation](https://cloud.socra.com/docs): Cloud service documentation. - [Documentation index](https://cloud.socra.com/docs.txt): Every service overview, CLI reference, and API reference, with Markdown alternatives. - [Cloud](https://cloud.socra.com/index.md): Public product page for Cloud. - [Services](https://cloud.socra.com/services.md): Public service catalog. Independent capabilities, organized around your Project. Explore the services and go straight to their documentation. - [Pricing](https://cloud.socra.com/pricing.md): Public pricing page. Fund one Account balance. Track consumption by service and project. Set limits before usage grows beyond your plan. - [Open Cloud Console](https://platform.socra.com): Cloud application entry point. Cloud services built for people and agents. - [Manage billing](https://admin.socra.com/billing/usage): Authenticated Account billing application. Fund one Account balance, track every service by project, and set limits before usage grows. - [Concise agent context](https://cloud.socra.com/llms.txt): Concise available-service, pricing, and resource summary. - [Sitemap](https://cloud.socra.com/sitemap.xml): Public index of Cloud pages and agent-context files.