weegloo avatar

weegloo

Community

@weeglooapi

0Followers
|
3Public Repos
|
32Published Skills

Weegloo is a headless CMS and backend platform providing content APIs, OAuth sign-in, serverless scripts, payments, email, and static web hosting.

Skills Distribution
DomainCloud & Comp...Headless Content M.. (30%)Identity & OAuth2 .. (25%)Serverless Scripts.. (20%)Payments & Transac.. (15%)

Agent Skills by weegloo

Showing 32 vetted skills indexed across 1 GitHub repositories.

weeglooapiweeglooapi
1

weegloo-payment

Integrate payment gateway checkout, verification, and webhook callbacks into Weegloo-backed products.

Community
Advanced
weeglooapiweeglooapi
1

weegloo-space-access-token

Create role-scoped Weegloo SpaceAccessTokens for read-write access to a single Space.

Community
Advanced
weeglooapiweeglooapi
1

weegloo-service-login-google

Guides Google Cloud Console OAuth client setup for Weegloo ServiceLogin integration.

Community
Intermediate
weeglooapiweeglooapi
1

weegloo-send-email

Configure SMTP email accounts and send transactional email from Weegloo Spaces.

Community
Intermediate
weeglooapiweeglooapi
1

weegloo-api-query-optimization

Optimizes Weegloo list API reads with select projection, id filters, and Advanced Search headers.

Community
Advanced
weeglooapiweeglooapi
1

weegloo-list-pagination

Paginate Weegloo list API responses using links.next and links.prev URLs.

Community
Basic
weeglooapiweeglooapi
1

weegloo-cma-json-patch

Guides HTTP PATCH with RFC 6902 JSON Patch for Weegloo CMA and ACMA document updates.

Community
Basic
weeglooapiweeglooapi
1

weegloo-service-login-kakao

Configure Kakao Developers OAuth app credentials for Weegloo ServiceLogin integration.

Community
Intermediate
weeglooapiweeglooapi
1

weegloo-upload-api

Implements file uploads to the Weegloo Upload REST API and creates Media or WebHosting resources from the returned Upload reference.

Community
Intermediate
weeglooapiweeglooapi
1

weegloo-default-locale

Explains locale bucket semantics for Weegloo Content reads and writes across CMA and CDA APIs.

Community
Intermediate
weeglooapiweeglooapi
1

weegloo-space-role

Configure SpaceRole and ServiceUserRole permission filters for Weegloo content, media, and scripts.

Community
Advanced
weeglooapiweeglooapi
1

weegloo-webhook

Configure Weegloo Webhooks that react to Space events by calling a URL or running a Script.

Community
Intermediate
weeglooapiweeglooapi
1

weegloo-user-login

Authenticate Weegloo platform users via PAT or console login popup for CMA, Upload, and CDA access.

Community
Intermediate
weeglooapiweeglooapi
1

weegloo-service-login-line

Configures LINE Login channel credentials for Weegloo ServiceLogin OAuth 2.0 integration.

Community
Intermediate
weeglooapiweeglooapi
1

weegloo-service-login-gitlab

Guides GitLab OAuth application registration to obtain clientId and clientSecret for Weegloo ServiceLogin.

Community
Intermediate
weeglooapiweeglooapi
1

weegloo-service-login-naver

Guides Naver Developers console setup to obtain OAuth clientId and clientSecret for Weegloo ServiceLogin.

Community
Intermediate
weeglooapiweeglooapi
1

weegloo-web-hosting

Deploy static sites to Weegloo WebHosting via MCP upload and manage page head metadata.

Community
Advanced
weeglooapiweeglooapi
1

weegloo-service-login

Configure end-user sign-up and sign-in for Weegloo Spaces via OAuth providers and ServiceUser roles.

Community
Advanced
weeglooapiweeglooapi
1

weegloo-service-login-facebook

Configure Facebook Login OAuth credentials for Weegloo ServiceLogin via the Meta app console.

Community
Intermediate
weeglooapiweeglooapi
1

weegloo-resource-deletion

Guides dependency-ordered deletion of Weegloo resources and resolves 422 delete errors.

Community
Advanced
weeglooapiweeglooapi
1

weegloo-platform-integration

Routes plain-language Weegloo integration requests to the correct concrete Weegloo capability skills.

Community
Advanced
weeglooapiweeglooapi
1

weegloo-create-content-type

Designs and creates Weegloo ContentTypes with field types, validations, and localization rules.

Community
Advanced
weeglooapiweeglooapi
1

weegloo-service-login-client

Implements Weegloo ServiceLogin OAuth 2.0 sign-in for browser and native apps via wire protocol and SDK.

Community
Advanced
weeglooapiweeglooapi
1

weegloo-cda-publish

Explains publish and unpublish behavior across Weegloo CDA, CMA, ACDA, and ACMA APIs.

Community
Basic

Frequently Asked Questions About weegloo

FAQPage Schema
What 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.