Navigation
Mobile DocsNavigation
Mobile DocsReal-time headless CMS with GROQ query language
Integrate with Sanity CMS for real-time collaborative content editing, GROQ queries, document management, and structured content. Features live updates and developer-centric workflows with OAuth 2.0 authentication.
Placeholder: Select Sanity account
Layout: full
Provider: sanity
Placeholder: Enter project ID
Layout: half
Placeholder: production, staging
Layout: half
Layout: full
Options: GROQ Query, Get Document, Create Document, Update Document
Placeholder: *[_type == "post"]{title, slug, body}
Layout: full
Condition: operation = "query"
Placeholder: Enter document ID
Layout: full
Condition: operation = ["get_document","update_document","delete_document"]
Placeholder: post, author, category
Layout: full
Condition: operation = ["create_document","list_documents"]
Placeholder: {"_type": "post", "title": "My Post", "body": "Content..."}
Layout: full
Condition: operation = ["create_document","update_document"]
Required
Required
Required
Required
Optional
Optional
Optional
Optional
Primary response type:
{
"data": "json"
}