weegloo
Community@weeglooapi
Weegloo is a headless CMS and backend platform providing content APIs, OAuth sign-in, serverless scripts, payments, email, and static web hosting.
Agent Skills by weegloo
Showing 32 vetted skills indexed across 1 GitHub repositories.
weegloo-payment
Integrate payment gateway checkout, verification, and webhook callbacks into Weegloo-backed products.
weegloo-space-access-token
Create role-scoped Weegloo SpaceAccessTokens for read-write access to a single Space.
weegloo-service-login-google
Guides Google Cloud Console OAuth client setup for Weegloo ServiceLogin integration.
weegloo-send-email
Configure SMTP email accounts and send transactional email from Weegloo Spaces.
weegloo-api-query-optimization
Optimizes Weegloo list API reads with select projection, id filters, and Advanced Search headers.
weegloo-list-pagination
Paginate Weegloo list API responses using links.next and links.prev URLs.
weegloo-cma-json-patch
Guides HTTP PATCH with RFC 6902 JSON Patch for Weegloo CMA and ACMA document updates.
weegloo-service-login-kakao
Configure Kakao Developers OAuth app credentials for Weegloo ServiceLogin integration.
weegloo-upload-api
Implements file uploads to the Weegloo Upload REST API and creates Media or WebHosting resources from the returned Upload reference.
weegloo-default-locale
Explains locale bucket semantics for Weegloo Content reads and writes across CMA and CDA APIs.
weegloo-space-role
Configure SpaceRole and ServiceUserRole permission filters for Weegloo content, media, and scripts.
weegloo-webhook
Configure Weegloo Webhooks that react to Space events by calling a URL or running a Script.
weegloo-user-login
Authenticate Weegloo platform users via PAT or console login popup for CMA, Upload, and CDA access.
weegloo-service-login-line
Configures LINE Login channel credentials for Weegloo ServiceLogin OAuth 2.0 integration.
weegloo-service-login-gitlab
Guides GitLab OAuth application registration to obtain clientId and clientSecret for Weegloo ServiceLogin.
weegloo-service-login-naver
Guides Naver Developers console setup to obtain OAuth clientId and clientSecret for Weegloo ServiceLogin.
weegloo-web-hosting
Deploy static sites to Weegloo WebHosting via MCP upload and manage page head metadata.
weegloo-service-login
Configure end-user sign-up and sign-in for Weegloo Spaces via OAuth providers and ServiceUser roles.
weegloo-service-login-facebook
Configure Facebook Login OAuth credentials for Weegloo ServiceLogin via the Meta app console.
weegloo-resource-deletion
Guides dependency-ordered deletion of Weegloo resources and resolves 422 delete errors.
weegloo-platform-integration
Routes plain-language Weegloo integration requests to the correct concrete Weegloo capability skills.
weegloo-create-content-type
Designs and creates Weegloo ContentTypes with field types, validations, and localization rules.
weegloo-service-login-client
Implements Weegloo ServiceLogin OAuth 2.0 sign-in for browser and native apps via wire protocol and SDK.
weegloo-cda-publish
Explains publish and unpublish behavior across Weegloo CDA, CMA, ACDA, and ACMA APIs.
Frequently Asked Questions About weegloo
FAQPage SchemaWhat tasks can I build using Weegloo's skills?▼
Weegloo skills cover modeling ContentTypes, reading and writing content via CMA/CDA with projection and pagination, OAuth2 end-user sign-in for seven providers, serverless Scripts with signature verification, webhooks, cron Schedulers, Stripe payment checkout, Gmail/Naver/Resend/Brevo SMTP email, file uploads, and static web hosting deploys.
Who are Weegloo's skills designed for?▼
They target developers and coding agents building products on the Weegloo platform — frontend engineers wiring browser or native-app sign-in, backend integrators verifying payment gateway callbacks, and architects choosing between CMA/CDA versus ACMA/ACDA planes and designing least-privilege SpaceRoles and access tokens.
How does authentication and access control work on Weegloo?▼
Weegloo offers Personal Access Tokens, read-only DeliveryAccessTokens (CDA), and read-write SpaceAccessTokens (CMA) bound to a SpaceRole. End-user sign-up uses ServiceLogin with OAuth2 providers, issuing Bearer tokens scoped to ACMA/ACDA/Upload only — never CMA/CDA. Roles scope Content, Media, and Script Execute permissions.
How do payments and email work without hosting a backend?▼
Payments use two server-side shapes: CONFIRM, where a Script pulls truth from the PG's verify endpoint, and CALLBACK, where the provider POSTs to a Script's /execute with HMAC signature verification. Email uses a registered EmailAccount SMTP sender plus a Script's EmailSend statement, defaulting to Gmail SMTP with a Google App Password.
What are the prerequisites and limits for deploying on Weegloo?▼
Static WebHosting is limited to 300 files in production (100 by default) and deploys via ZIP upload. Schedulers require SETTING_SCHEDULER plus script.Execute grants and consume monthly Script-execution allowance. Stripe integration requires the account's own pk_test_/sk_test_ keys, and OAuth providers each require their console-issued clientId/clientSecret.